Save Form Issue

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
arish
Posts: 5
Joined: Fri Jun 10, 2016

21 Jun 2016

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

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

22 Jun 2016

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);

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 8 guests