I created a custom report using IFS Developer Studio. When I deployed the .rdf to the target database, the report itself was created and registered in the application. The _RPI, _REP, and _RPT database objects were also created.
If I want to (or must) use IFS Developer Studio to remove the report from the target instance, what is the best practice to do so?
I see that I can make the entire model obsolete, but I also want to remove (not just ungrant) the report and drop the database objects.
I also see the following procedures but I’m unsure if I should incorporate these into my existing rdf so that when it’s deployed to the target instance the objects are removed.
report_sys.remove_report_definition
database_sys.remove_package
database_sys.remove_table
database_sys.remove_view