task approval url using javascript

  • 29 June 2017
  • 2 replies
  • 11 views

Badge +2

Hello Experts,

 

Is there any way to get the task approval url using java script for selected list item.

i want to display the button to approve/reject the workflow from list view.

 

Any help will be highly appreciated.

 

Regards,

rajendra


2 replies

Userlevel 7
Badge +17

Hi,

I would go into using Fiddler to listen to the network events once you click the button originally on the form, and then try to simulate it the way you want.

However - reject/approve is just a matter of setting different value for the dropdown field. The Nintexbuttons, once clicked, before make POST request, are setting dynamically the crucial values on the form.

I guess you can use REST API to update task item when user clicks on form your custom buttons. I see quite much effort to do that however happy.png

Regards,

Tomasz

Userlevel 5
Badge +14

have a look on this  

Reply