Difference between revisions of "Record Name"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 13: | Line 13: | ||
;Considerations: | ;Considerations: | ||
:* Most {{Type}}s have a <tt>name</tt> field, but no Record Identifier. For those objects, creating a unique index on the <tt>name</tt> field creates a Record Name that is used in URLs. | :* Most {{Type}}s have a <tt>name</tt> field, but no Record Identifier. For those objects, creating a unique index on the <tt>name</tt> field creates a Record Name that is used in URLs. | ||
:* One exception is [[Contacts]], which have neither a name <tt>name</tt> field nor a Record Identifier. For those objects, it is not possible to define a Record Name. They can be accessed using a Record ID only. | :* One exception is [[Contacts]], which have neither a name <tt>name</tt> field nor a Record Identifier. For those objects, it is not possible to define a Record Name. They can be accessed using a Record ID only.<noinclude> | ||
<noinclude> | |||
[[Category:Glossary]] | [[Category:Glossary]] | ||
</noinclude> | </noinclude> |
Latest revision as of 23:00, 28 December 2011
When you create an Index on an object, it is possible to specify the object's Record Identifier (declared in Record Locators) as the index field.
When the Index you create is unqiue, that value becomes the "name" of the record. That name is then and it can used as part of a Record URL you specify.
For example:
- If the Record Identifier for the Customer object is specified as customer_name
-and- - A unique Index is created on the Customer object, with Record Identifier chosen as the index field.
- If the Record Identifier for the Customer object is specified as customer_name
Then
- Considerations
-
- Most Built-in or CRM objects have a name field, but no Record Identifier. For those objects, creating a unique index on the name field creates a Record Name that is used in URLs.
- One exception is Contacts, which have neither a name name field nor a Record Identifier. For those objects, it is not possible to define a Record Name. They can be accessed using a Record ID only.