Skip to main content
Nintex Community Menu Bar

How to Get Approvers List

  • May 6, 2009
  • 3 replies
  • 18 views

Forum|alt.badge.img+6

 


I have requirement to keep track the workflow process. For that we create a sharePoint List and updating the each process step and approvers infomation. I am able to see the infomation but approvers (multiple approvers) showing no spearation. for example FirstName1 LastName1FirstName2 LastName2.


 


I want to see the output something like FirstName1 LastName1; FirstName2 LastName2 etc.,


 How can i get the approvers like i show above or differnt format (Concat Symbol) which is readble or understand that those are multiple users?


 


Thanks


 

3 replies

Forum|alt.badge.img+6

 


No replies yet. Guys please help us and it is really urgent. 


 


 


Forum|alt.badge.img+2
  • May 21, 2009

 It might be dumb answer.


 Why don't you assign 1 approver per 1 sharepoint list column?


 If you are using infopath, you have to have a seperate field for each approver then assigne each field to the seperate sharepoint list column by using Sharepoint List Items Wizard.


Ex.    Task  Approver#1  Approver#2  Approver#3


            1      Mr.A            Mr.B           Ms.C


Forum|alt.badge.img+6

Thanks for your reply.


We dont know how many approvers it going to be. i.e., 1 to N.


Any way, i acheive this feature, by writing the K2 Server Event Code and SharePoint List Event Wizard.


 


Thank You very much