MobileCRM.FetchXml.LinkEntity - Resconet/JSBridge GitHub Wiki
Represents a FetchXml query linked entity.
Property | Type | Description |
---|---|---|
alias | String | A link alias. |
from | String | The "from" field (if parent then target entity primary key). |
linktype | String | The link (join) type ("inner" or "outer"). |
to | String | The "to" field. |
Method | Description |
---|---|
constructor | Constructs an instance of MobileCRM.FetchXml.LinkEntity object. |