Difference between revisions of "Object ID"
From AgileApps Support Wiki
imported>Aeric (Created page with "To get an Object ID: # Visit https://{domain}/networking/rest/object/{objectName} # Use the content of the <tt><id></tt> tag ::'''''-or-''''' # Visit '''Designer > Data > O…") |
imported>Aeric m (Text replace - '{domain}' to '{{domain}}') |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Every [[Object]] as a unique ID that distinguishes it from all other objects in the platform. | |||
# Visit https://{domain}/networking/rest/object/{objectName} | |||
'''To get an Object ID:''' | |||
# Visit https://{{domain}}/networking/rest/object/{objectName} | |||
# Use the content of the <tt><id></tt> tag | # Use the content of the <tt><id></tt> tag | ||
::'''''-or-''''' | ::'''''-or-''''' | ||
# Visit ''' | # Visit '''[[File:GearIcon.png]] > Customization > Objects > {Object}''' | ||
# | # Click '''Properties''' | ||
# The '''Object ID''' appears at the top of the page, under the '''Object Name'''. | |||
{{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. | |||
:* When accessing a Form using a URL to [[Prefill Form Fields]], the object ID must be specified in the URL. }} | |||
<noinclude> | |||
[[Category:Development]] | |||
</noinclude> |
Latest revision as of 19:18, 25 April 2014
Every Object as a unique ID that distinguishes it from all other objects in the platform.
To get an Object ID:
- Visit https://{yourDomain}/networking/rest/object/{objectName}
- Use the content of the <id> tag
- -or-
- Visit > Customization > Objects > {Object}
- Click Properties
- The Object ID appears at the top of the page, under the Object Name.
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:
- 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 in the URL.