Save Form Issue
Hi,
I am using SPform and on SAVE button's onClick event i am updating some values. Values are updating before saving items the only issue is i am getting Conflict check message popup when i click SAVE button. Is there any solution how can we avoid this popup?
Thanks
Regards
MA
I am using SPform and on SAVE button's onClick event i am updating some values. Values are updating before saving items the only issue is i am getting Conflict check message popup when i click SAVE button. Is there any solution how can we avoid this popup?
Thanks
Regards
MA
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi
It seems that someone else (workflow, user, or code) has changed the item while you were edting it. You can override the chages by clicking OK in the dialog or by using the code below:
It seems that someone else (workflow, user, or code) has changed the item while you were edting it. You can override the chages by clicking OK in the dialog or by using the code below:
Code: Select all
fd.conflictResolutionMethod(Plumsail.FD.ConflictResolutionMethods.override);
-
- Information
-
Who is online
Users browsing this forum: No registered users and 8 guests