Do not delete the persons creator, guest, or Test Everything using MQL. Deleting these objects could cause triggers, programs or other application functions not to work. When this command is processed, the 3DSpace searches the list of business objects. If the named business object is found, any connections it has are first removed, (so that history is updated on the object on the other ends) and then that object is deleted along with any associated files. If the name is not found, an error message results. For example:
After the Delete command is processed, the business object is deleted and any relationships with that object are dissolved. You will receive the MQL prompt for another command. To remove a checked in file of format ASCII text, enter the following command:
Deletion of files can occur automatically, as well, during a checkin/replace, removal of a business object, move file command, or synchronization of file stores. In a replicated environment, the delete function removes all copies of each file at each location. For more information, see MQL Concepts: Locking and Unlocking a Business Object. When deleting files from the last object in a revision chain, only the link to the files is deleted. However, when deleting a file/format from a business object that is not the last in a revision chain, the file is first copied to the next object in the revision chain, if a reference to that file exists. This latter case could impact performance. |