Skip to content

MobileCRM.MetaProperty

Maros Kolibas edited this page Nov 28, 2019 · 1 revision

MobileCRM.MetaProperty Object

Represents a property (CRM field) metadata.

Properties

Property Type Description
name String Gets the field (logical) name.
required Number Gets the attribute requirement level (0=None, 1=SystemRequired, 2=Required, 3=Recommended, 4=ReadOnly).
type Number Gets the attribute CRM type (see MS Dynamics SDK).
format Number Gets the attribute display format.
isVirtual Boolean Gets whether the property is virtual (has no underlying storage). State and PartyList properties are virtual.
isReference Boolean Gets whether the property is a reference (lookup) to another entity.
isNullable Boolean Gets whether the property may contain NULL.
defaultValue Gets the property default value.
targets Array Gets the names of target entities, if the property is a lookup, or customer.
minimum Number Gets the attribute minimum value.
maximum Number Gets the attribute minimum value.
precision Number Gets the numeric attribute's precision (decimal places).
permission Number Gets the attribute's permission set (0=None, 1=User, 2=BusinessUnit, 4=ParentChild, 8=Organization).
activityPartyType Number Gets the activity party type (from, to, attendee, etc.)
isMultiParty Boolean Gets whether the activity party property can have multiple values (multiple to, cc, resources.)
isSingularParty Boolean Gets whether the property represents a singular activity party property. These properties exists as both a Lookup property on the entity and an ActivytParty record.
Clone this wiki locally