-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUID as alternate key value #66
Comments
hi @m-szyszka. let toUpdate = { name: "update this lead" };
let primaryKey = "44771e9d-b5ea-4b86-92d3-72be52d6b807";
//update with a primary key:
let result = await dynamicsWebApi.update(primaryKey, "leads", toUpdate); |
I think I misunderstood your issue. You don't want that UUID to be recognized as a primary key. |
I want to use UUID as Alternate Key value, and it's not working for me. When Alternate Key value is a normal string, it's working.
When "myReference" is an UUID, it's not working. |
@m-szyszka please download a new patch 1.6.3 and let me know if it fixes your issue! |
It's working now, thanks for fast response |
I'm tryin to update single value (or whole record) using Alternate Key.
When I'm using
it's giving me message
which is OK,
but when key value is a UUID and exists in CDS, library says
Looks like UUID in Alternate Key value is recognized and processed as Primary Key.
Result: can;t update entity using Alternate Key with UUID value.
The text was updated successfully, but these errors were encountered: