Skip to main content
Nintex Community Menu Bar

How to Approve more than one request using nintex workflow using Custom C#

  • October 23, 2019
  • 4 replies
  • 24 views

ahmadagamy20
Forum|alt.badge.img+1

Hi Every One  , 

- we develope  custom webpart to display my tasks using Nintex Workflow 

- my tasks appear in listview using C#

 

* we want to add checkbox field in listview to check in  tasks that i want  to approve the tasks at once by button click .

 

how to develope it using c# or is there nintex library to facilate that  ?

 

4 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 24, 2019

ahmadagamy20
Forum|alt.badge.img+1

that is good article but the reference Nintex.Workflow.dll is not in Gac Folder and i cannot get , and there are another two dll Nintex.Workflow.start.dll ,Nintex.Workflow.Live.dll .

 

we are using nintex workflow 2016 not 2013


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 24, 2019

Unfortunately there is no SDK for 2016 at the present time but I imagine other Nintex DLL's could be used with the same concepts.  Nintex also has a web service that can be called from C#.


https://help.nintex.com/en-US/nintex2016/current/#sp2016/SDK.htm%3FTocPath%3DExtend%2520the%2520platform%7C_____2


ahmadagamy20
Forum|alt.badge.img+1

thank you but still there are no resources about nintex 2016