Deleting a detail
To delete a detail, you can remove it from the
, , or grid. This will remove the page, but it doesn't remove the associated business object or the database table. To completely remove a detail page, complete these steps:- In the Schema Manager, delete the table definition.
- On the database server, delete the detail table from your database. The Schema Manager only deletes the table definition, not the actual table.
- On the application server, delete the detail page from the Enhancement directory in the Infor Public Sector application directory. The detail page can be found in the directory for the product family it belongs to, such as CDR\BuildingApplication for a Building detail. There will be multiple files for each detail page, following the naming convention
InforClient_[ProductFamily]Applet_[DetailPageName]
. You should also delete the associated .dll from the bin directory.