Skip to content

MobileCRM.FetchXml.LinkEntity

rescocrm edited this page Aug 2, 2024 · 4 revisions

MobileCRM.FetchXml.LinkEntity Object

Represents a FetchXml query linked entity.

Properties

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.

Methods

Method Description
constructor Constructs an instance of MobileCRM.FetchXml.LinkEntity object.
Clone this wiki locally