Difference between revisions of "Object Type Identifier"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:objectID}}
An ''object type identifier'' uniquely identifies an object type. It is used to specify object types in [[API]]s.  
An ''object type identifier'' uniquely identifies an object type. It is used to specify object types in [[API]]s.  


There are two kinds of type identifiers:
There are two kinds of type identifiers:
* '''objectName''': This identifier is a human-readable name for both {{Type}}s and {{Type|}}s.
* '''objectName''': This identifier is a human-readable name for both {{Type}}s and {{Type|}}s.
* '''objectID''': This identifier is a human-readable name for {{Type}}s (e.g. <tt>CASE</tt>), but for {{Type|}}s, it is a computer-generated string with no humanly-interpretable semantic value (e.g. <tt>123qwe456rty</tt>).
* '''objectID''': This identifier is a human-readable name for {{Type}}s (e.g. <tt>"cases"</tt>), but for {{Type|}}s, it is a computer-generated string with no humanly-interpretable semantic value (e.g. <tt>123qwe456rty</tt>).


:''See also:''
:''See also:''
:*[[Session Identifier]] - session identifier
:*[[Session Identifier]] - session identifier
:*[[Record Identifier]] -  record identifier
:*[[Record Id]] -  record id


===Find the Object Type Identifier ===
{{:Find the Object Type Identifier}}
{{:Find the Object Type Identifier}}
<noinclude>


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

Latest revision as of 02:57, 18 November 2014

An object type identifier uniquely identifies an object type. It is used to specify object types in APIs.

There are two kinds of type identifiers:

  • objectName: This identifier is a human-readable name for both System Objects and Custom Objects.
  • objectID: This identifier is a human-readable name for System Objects (e.g. "cases"), but for Custom Objects, it is a computer-generated string with no humanly-interpretable semantic value (e.g. 123qwe456rty).
See also:

To find an object type identifier:

  1. Click GearIcon.png > Customization > Objects
  2. In the Display Title column, find the object you're looking for.
  3. The Object Name column has the identifier you need.

Alternatively:

  1. Go to GearIcon.png > Customization > Objects > {object}
  2. Click Properties
  3. The object name appears at the top of the page

Notepad.png

Note: