-
Notifications
You must be signed in to change notification settings - Fork 15
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
Save entity failed #29
Comments
Hi @HenkRademaker, can you check whether there are other required fields on the form which you missed filling out? Kind regards, |
Hi Florian, Thanks for reply. Kind regards, Henk Rademaker Media1_Trim.mp4 |
Hi @HenkRademaker, I'm currently working on improving the failure message when saving fails so that we can see the exact error in your case. In our instances saving still works, so in the mean time you might want to try on a different entity? Kind regards, |
Also experienced the same issue. Solved it with a workaround by using |
Hi.
When I run this code:
await xrmTest.Navigation.openCreateForm("contact");
await xrmTest.Attribute.setValue("lastname", "UI test");
await xrmTest.Entity.save(true);
Then gives that the following error:
Basic operations UCI › Create and save new contact
Is this a known error or do I something wrong?
I simply want to open a create form, set some field values and save the record.
But that fails..
Kind regards,
Henk Rademaker
The text was updated successfully, but these errors were encountered: