Finding Internal Record IDs

Each CSM object has an internal ID, also referred to as a RecID. Typically, you do not need to know the internal ID, but this information is helpful for certain features. For example, Internal IDs are useful for constructing URLs so users can link directly to CSM objects.

Use these tips for finding Internal IDs for CSM objects:
  • Export an object, such as a Saved Search or Dashboard. You can then open the .ced file in a text editor to retrieve Internal IDs for elements such as Scope and Scope Owner. See Import/Export a CSM Item.
  • Find the Internal IDs for Business Objects, Fields, and Relationships in the CSM Administrator.
  • Use an appropriate Cherwell REST API operation to find the RecID for an object. For example, usegetbusinessobjectsummaries to find RecIDs for Business Objects and Fields. For more information, refer to About the Cherwell REST API.

Finding Record IDs for Field Values

To simplify the process of finding record IDs for Field values, add the RecID field to the Grid for the Business Object that contains the foreign key field. Users can then use Table Management to see the record ID.

You may first need to change presentation properties for the RecID field to allow it to be added to Grids. See Define Advanced Properties for a Field.