Skip to content

MobileCRM.Relationship

maros316 edited this page Feb 17, 2020 · 3 revisions

MobileCRM.Relationship Object

Represents a relationship between two entities.

Properties

Property Type Description
sourceProperty String Gets the name of the source of the relationship.
target MobileCRM.Reference Gets the target of the relationship.
intersectEntity String Gets the intersect entity if any. Used when displaying entities that are associated through a Many to Many relationship.
intersectProperty String Gets the intersect entity property if any. Used when displaying entities that are associated through a Many to Many relationship.

Methods

Method Description
constructor Constructs an instance of MobileCRM.Relationship object.
Clone this wiki locally