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
Fix @odata.bind key casing in prodev example (use lowercase nav property names)
@odata.bind keys are case-sensitive and the SDK preserves their casing
(does not lowercase keys containing @OData.). The navigation property
logical names must be lowercase to match Dataverse's schema.
Changed: build @odata.bind keys using .lower() on the lookup field name
(e.g., 'new_demoprojectf523b5_customerid@odata.bind' instead of
'new_DemoProjectf523b5_CustomerId@odata.bind').
0 commit comments