MobileCRM.Relationship Object
Represents a relationship between two entities.
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. |
Method |
Description |
constructor |
Constructs an instance of MobileCRM.Relationship object. |