Page 1 of 1

Save Form Issue

Posted: 21 Jun 2016
by arish
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

Re: Save Form Issue

Posted: 22 Jun 2016
by Dmitry Kozlov
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:

Code: Select all

fd.conflictResolutionMethod(Plumsail.FD.ConflictResolutionMethods.override);