Delete Many Objects
Scope
Objects: All
Languages: All
Interfaces: All
Introduction
If you want to delete many objects at once, now it is possible if all selected objects are only called from others included in that list.
Description
For example, suppose it has a KB with these objects:
ObjA call ObjB
ObjB call ObjC
ObjD (without any callers)
ObjC can only be deleted if ObjA, ObjB and ObjC are selected together for deletion.
If the selected objects to delete are ObjB, ObjC and ObjD, the following message appears and none of these objects are deleted: Error: Object 'ObjB' referenced at least by object 'ObjA'.
Comments & Collaboration