Skip to main content
Nintex Community Menu Bar

Add a edit item button to a display form

  • December 8, 2020
  • 1 reply
  • 30 views

DannyC
Forum|alt.badge.img+1

Hi -

 

Hoping someone out there can help me out.

 

I am trying to add a custom button to a nintex (display) form, which opens the current item in edit mode.

 

Does anyone know how to achieve this?

1 reply

allan
Nintex Partner
Forum|alt.badge.img+9
  • Nintex Partner
  • December 18, 2020

You can use :

window.open("https://yourwebapp/site/yoursite/lists/yourlist/EditForm.aspx?ID={CurrentItem:ID}", "_blank")