Hi,
I have a simple form consisting of 3 views. One view is for a request and the other two views are for two levels/steps of approval by different managerial levels. The fist view has a submit button (Create Button) in the form works well. The filled out data fields in the form are registered in the smart object and available in the workflow. The problem lies with the updating of the additional approval data fields on the forms/views. The Workflow is very simple:
Start --> Email 1 --> UserTask (Approval1) --> Email 2 --> UserTask(Approval2) --> Email 3
The emails just send all the SmartObject data values so that I can see what data is populated or not. All data is one SmartObject and the form is presented in 3 different States.
The two approval views both have their own submit button (Save Button), but apparently, the edited values in these views don't get saved in the Smart object nor are available in the workflow.
Anybody know what I am missing? I have used all the autocreate wizards in the designer but I still can not get this to work
My goal is to have a form where all the users (Applicant, Approver 1 & Approver 2) do everything in this one form. Each user has there own section (view) which they process. All data is in one SmartObject.
I am quite new to K2 Five, so please explain things in simple terms