MobileCRM.Relationship.constructor - Resconet/JSBridge GitHub Wiki
Constructs an instance of MobileCRM.Relationship object.
Argument | 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. |