Skip to main content

Hi all,

 

I have a form with a List view which displays the members of an AD group - this works fine.

 

I want to save the membership list into a K2 smartobject, anyone know the quickest way to do this? Is there a way of saving all items in the list to a Smartobject?

 

Should i create a manual Smartobject with the fields i need and do a SAVE on the list or is there a quicker way?

 

Thanks

Hi Sharpharp1

 

On Add Button Click event  ,use rules to go from each row in your view i.e.

 

  • For All rows on MultiDocUpload View ( "Condition :  for each item in a List View”)

After this rule add Action to execute your SMO for Adding the Membership users ("Action: Execute a SmartObject method ").

 

 

This will go from each row and add the MemberShip users details.

 

 


Reply