-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
dynamics crm odata service returns annotations like this one:
{
"@odata.count":1,
"value":[
{
"@odata.etag":"W/"1608905"",
"_dot_propertyid_value@OData.Community.Display.V1.FormattedValue":"Address Boulevard",
"_dot_propertyid_value":"9a11328b-5c15-e711-80e5-1458d043b558",
}
]
}
I have field _dot_propertyid_value, but how can I map to _dot_propertyid_value@OData.Community.Display.V1.FormattedValue
Thanks
Metadata
Metadata
Assignees
Labels
No labels