-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
I am trying to do a request on an account, and expand some of the account records.
when i communicate with the API via another method/wrapper i have been using, i can do so by adding in:
expand: [{ property: 'property name', select: ['*'] }]
But i am not sure how to add in the expand code for the request:
$retrievedContact = $client->Retrieve( 'account', 'IDHERE', new \AlexaCRM\Xrm\ColumnSet( true ));
could you please provide an example, i want to expand multiple account properties to be retrieved in one request.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request