GetEntityId Function
Returns the EntitiyID for the element.
Syntax 1
GetEntityId()
Returns the EntitiyID for the element.
Syntax 2
GetEntityId(element)
Returns the EntitiyID for the element.
Arguments
element
Any - element whose entity id is to be determined. Can only be entity type Fields or entity Collection Members.
Remarks
- In case of Entity type Elements(Fields/Entity Collection Members) the EntityID of the referenced entity is returned.
Example:
GetEntityID(Field1); // returns {Record::1}