![]() | ![]() |
|
02-21-2012 02:53 PM
I remember seeing the answer to this somewhere on the forums - but I'm unable to locate it now ![]()
How do I know in code, if I'm on a stage or action . Basically I have something I need to conditionally display at a stage but not at an action.
Thanks
Solved! Go to Solution.
02-21-2012 03:50 PM
One workaround i can think of is using a checkbox variable - set it true on "when action started" and false on "when action completed" and use that to drive visibility. Would this work or is there a way to do this using something like Stage.Name or Todo list "
02-22-2012 11:18 AM
%Action.Name is populated with a value when the folder is open at an action.
You could try
1) Adding a read-only text field on the form with a calculation formula of "%Action.Name"
2) Make the field you want to display for the action dependent upon the field above
The only drawback would occur if the folder is locked and another user attempts to view the form. But you could probably make the calculation formula take that into account.
02-22-2012 04:17 PM
02-22-2012 05:56 PM
User.Form works perfectly.
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















