Use Case
Screen-A
Have text field and button to send value to Screen-B
Screen-B
Obtain value from Screen-A and display form based on obtain value.
Solution that I tired
1. Record Action: Does not work because can't send value to Process Model
2. Related Action: Does not work because It can send only static value. not a value from Screen-B
I search for some forums and there is solution of using starProcessLink but, It is limited to hyperlink. Not work as a button.
Maybe I have to create cardLayout to simulate it as a button and use startProcessLink inside?
Thanks!
Discussion posts and replies are publicly visible
Hello Sorasit
You will need to use a single interface and achieve this. Use show when conditions or milestone patterns to get your requirement done.
Is this form used to create new data or to update any existing data?
Hi Konduru Chaitanya
Yes, Screen-B is use for create and update as well.
Depend on list of value on Screen-A
I'll try your solution later!