Create a form from two SmartObjects


Hi everyone,

 

I want to create a form based on two Sharepoint Lists.

The first one named "Person" , it contains several person data (FirstName, LastName, Adresse ....) to be displayed in the form as read only. 

The Second is named "Revision" , it contains 10 inputs ( text , files ...) to be entred by the user.

I want to put all inputs in the same view/form to update "Revision" Sharepoint List items and  keep "Person" as read only.

 

So I can't see how to create a from from two smartobjects, I want to know how to do this properly.

 

Thanks.

 


2 replies

Badge +9

Instead of creating 2 smartobjects, create an complex/advanced smartobject (smartobject Associations) using which you can join 2 sharepoint lists and gives you a single smartobject and now you can use this smartobject to create a form. Any operation on this smartobject will result in change of 2 lists.

 

check this link below

https://help.k2.com/onlinehelp/k2cloud/userguide/update_3/default.htm#create/smartobjects/smartobjectrelationships.htm

Thanks,

It can be possible too, to pass form inputs values to workflow then let it update "RevisionSharpoint List" ?

 

Reply