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
But this doesn't seem to do anything and the only example for patching is something stupid basic like updating the Account Name in the Microsoft Documentations.
The text was updated successfully, but these errors were encountered:
How do you properly patch a lookup field. for example, I just want to have a ribbon action that one click assigns a case for users.
Patch(
Accounts,
Self.Selected.Item,
{
'Account Name': Self.Selected.Item.'Account Name' & " Updated",
Owner: {
'@odata.type': "#Microsoft.Dynamics.CRM.systemuser",
systemuserid: "GUID_of_the_new_owner"
}
}
)
But this doesn't seem to do anything and the only example for patching is something stupid basic like updating the Account Name in the Microsoft Documentations.
The text was updated successfully, but these errors were encountered: