-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Relationship.constructor
rescocrm edited this page May 15, 2023
·
3 revisions
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. |