Hi K2 guru,
I got a form consists of two views, top one is item view with proj details, 2nd one is List view allow user to add some suggestion (can be multiple line), at the end of the form there is a Submit button to save all the fields from view 1 and view 2
Note :- View 1 and View 2 have their own smart objects
Trying to pass one of the field data Proj_ID to View 2 so that the two smartobjects are linked, that is SMO1 is parent and SMO2 is child
We were trying to put all the rules
- when Form is clicked
item on View1 view, execute the Create methond (configure)
item on View 2 view, excecute the Create method for all the items that have been added (configure)
I create a Sugg_ID in view 2 SMO, mapped to Proj ID
when run somehow the Proj_ID that input was not passed to View 2 Sugg_ID
Is my method correct ? or is there any other better method
Thank you in advance