You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dynamics crm odata service returns annotations like this one:
{
"@odata.count":1,
"value":[
{
"@odata.etag":"W/"1608905"",
"[email protected]":"Address Boulevard",
"_dot_propertyid_value":"9a11328b-5c15-e711-80e5-1458d043b558",
}
]
}
I have field _dot_propertyid_value, but how can I map to [email protected]
Thanks
The text was updated successfully, but these errors were encountered:
dynamics crm odata service returns annotations like this one:
{
"@odata.count":1,
"value":[
{
"@odata.etag":"W/"1608905"",
"[email protected]":"Address Boulevard",
"_dot_propertyid_value":"9a11328b-5c15-e711-80e5-1458d043b558",
}
]
}
I have field _dot_propertyid_value, but how can I map to [email protected]
Thanks
The text was updated successfully, but these errors were encountered: