Difference between revisions of "Object ID"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 13: Line 13:
{{Note|For all intents and purposes, the Object Name is synonymous with the Object ID. (Exceptions are carefully noted.) Since the Object Name is human-readable, it is generally preferable to use that.<p>''Exceptions:''
{{Note|For all intents and purposes, the Object Name is synonymous with the Object ID. (Exceptions are carefully noted.) Since the Object Name is human-readable, it is generally preferable to use that.<p>''Exceptions:''
:* In a [[Multi Object Lookup]], the database value contains the object ID, not its name.
:* In a [[Multi Object Lookup]], the database value contains the object ID, not its name.
:* When accessing a Form using a URL to [[Prefill Form Fields]], the object ID must be specified. }}
:* When accessing a Form using a URL to [[Prefill Form Fields]], the object ID must be specified in the URL. }}
<noinclude>
<noinclude>


[[Category:Development]]
[[Category:Development]]
</noinclude>
</noinclude>

Revision as of 00:47, 23 August 2013

Every Object as a unique ID that distinguishes it from all other objects in the platform.

To get an Object ID:

  1. Visit https://{domain}/networking/rest/object/{objectName}
  2. Use the content of the <id> tag
-or-
  1. Visit GearIcon.png > Customization > Objects > {Object}
  2. Click Properties
  3. The Object ID appears at the top of the page, under the Object Name.

Notepad.png

Note: For all intents and purposes, the Object Name is synonymous with the Object ID. (Exceptions are carefully noted.) Since the Object Name is human-readable, it is generally preferable to use that.

Exceptions: