Question

Stella
US
Last activity: 7 Jun 2019 11:18 EDT
Create Work or Open existing case
I have a grid. On each row of the grid I have a button. On click of the button I want to either create a new work object or open an existing one depending upon a certain condition determined at run time NOT AT THE TIME THE SCREEN IS RENDERED. So in other words the condition must be calculated at the time the button is clicked.
So how do I do this? I've seen people trying to implement what "create work" action on click of a button does by calling an activity but I see they are having trouble with it creating a new tab so I'm skeptical that creating an activity to do the same as "create work" action does will work.