- Only applications created with Application Designer can be deleted (new or duplicated).
- You must use a database editor to delete an appli cation.
- Deleting an application does not remove a ny custom tables, fields, or domains created to support the application.
- The application server must be shut down before the application is deleted.
To delete an application, log in to a database editor. Type the following commands in the database editor. Replace the variable <APPLICATION NAME> with the name of the application that you want to delete. The application name must be all uppercase.
delete from maxapps where app='APPLICATION NAME';
delete from maxpresentation where app='APPLICATION NAME';
delete from sigoption where app='APPLICATION NAME';
delete from applicationauth where app=''APPLICATION NAME';
delete from maxlabels where app=''APPLICATION NAME';
delete from maxmenu where moduleapp='APPLICATION NAME' and menutype !='MODULE';
delete from maxmenu where moduleapp='APPLICATION NAME' and elementtype='APP' and keyvalue='APPLICATION NAME';
delete from appdoctype where app='APPLICATION NAME'';
The application is deleted from the database. Log out of the database editor.
delete from maxpresentation where app='APPLICATION NAME';
delete from sigoption where app='APPLICATION NAME';
delete from applicationauth where app=''APPLICATION NAME';
delete from maxlabels where app=''APPLICATION NAME';
delete from maxmenu where moduleapp='APPLICATION NAME' and menutype !='MODULE';
delete from maxmenu where moduleapp='APPLICATION NAME' and elementtype='APP' and keyvalue='APPLICATION NAME';
delete from appdoctype where app='APPLICATION NAME'';
The application is deleted from the database. Log out of the database editor.
No comments:
Post a Comment