I have created an azure service bus queue. And, registered a service end point in D365 CRM Plugin Registration Tool on the trigger of creation of account.
The trigger is working fine, the json returned have everything except the value of transaction currency. The object is there, but it only has the unique id, instead of the name.
Attaching the json for reference, And, it is happening for all nested entities.
{
/key/: /transactioncurrencyid/,
/value/: {
/__type/: /EntityReference:http://schemas.microsoft.com/xrm/2011/Contracts/,
/Id/: /ae7e0a45-6330-e111-b42b-1cc1de0878eb/,
/KeyAttributes/: [],
/LogicalName/: /transactioncurrency/,
/Name/: null,
/RowVersion/: null
}
},
It doesn't have the name or identity of it, for eg USD/EUR or GBP.