Molte entità di Dataverse, che sono in relazione con altre, hanno il campo regardingobjectid.

Se provate a riferirvi a questo campo con Power Automate otterrete questo errore
Could not find a property named 'regardingobjectid' on type 'Microsoft.Dynamics.CRM.sharepointdocumentlocation'.

Questo perchè il campo, in Power Automate, viene mappato come _regardingobjectid_value ovvero con un underscore come prefisso e _value come suffisso.

Oltre a questo vengono ritornati anche altri campi che si riferiscono all'entità con cui è in relazione:
  • _regardingobjectid_value@OData.Community.Display.V1.FormattedValue
  • _regardingobjectid_value@Microsoft.Dynamics.CRM.associatednavigationproperty
  • _regardingobjectid_value@Microsoft.Dynamics.CRM.lookuplogicalname
  • _regardingobjectid_value@odata.type
Questo è un esempio di dato ritornato dall'entità CRM Document Locations in realzione con l'entità Opportunity:

JSON

{
  "statusCode": 200,
  "headers": {...}
  "body": {
    ...
    "value": [
      ...
      "_regardingobjectid_value@OData.Community.Display.V1.FormattedValue": "Test 11/12/2021",
      "_regardingobjectid_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "regardingobjectid_opportunity",
      "_regardingobjectid_value@Microsoft.Dynamics.CRM.lookuplogicalname": "opportunity",
      "_regardingobjectid_value@odata.type": "#Guid",
      "_regardingobjectid_value": "129c7dc8-be3f-4a4b-a168-da66371763d4",
      ...
    ] 
Tags:
Power Automate28 CRM3 Errori120 Office 36510
Potrebbe interessarti anche: