About origin objects and custom objects
This topic contains the following information:
About origin objects
An origin object is an object created in Base Development mode of BMC Remedy Developer Studio. All out-of-the-box BMC Remedy AR System application and server objects are origin objects.
By default, Developer Studio is in Best Practice Customization mode. In this mode, you cannot create, directly modify, or delete origin objects.
To work with origin objects, switch to Base Development mode. See Development-modes.
About custom objects
Objects that are newly created in Developer Studio in its default Best Practice Customization mode are custom objects; they are not in an original BMC application. Custom objects are not modified or deleted during an AR System server or application upgrade.
When you create new objects, such as forms or fields, in Best Practice Customization mode, Developer Studio appends the __c string to the default name of the object. For example:
- Default Administrator View__c
- Character Field__c
Using custom objects has the following advantages:
- The application and server installation programs do not modify or delete custom objects during application and server upgrades.
- Custom objects make it easy to identify all the user-created (versus out-of-the-box) objects in your applications.
Related topics
Creating-custom-objects
Using-custom-objects-with-your-AR-System-application
About-overlays