-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.FetchXml.LinkEntity
rescocrm edited this page Aug 2, 2024
·
4 revisions
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. |