![]() | ![]() |
|
12-13-2011 05:51 AM
Hi does anyone have an example of the code used on a dynamic role that is based on a value of a custom variable
I have an action that i only want visible if a specific checkbox is ticked, so if chkRequired = TRUE
In V7 we used %Evaluate and I realise that there is a %Evaluate in V9 but i dont want to use it as its not the best way to do it.
I have tried
If(TAPData.chkRequired==true, GetToDoList("ProcessContext.FolderId"), "")
But this fails
If someone has any examples, i would really appreciate if you could post them.
Thank you
12-13-2011 09:09 AM
Mel wrote:If(TAPData.chkRequired==true, GetToDoList("ProcessContext.FolderId"), "")
I haven't tried something along these lines, at least not yet. However, I don't believe ProcessContext.FolderID should be in quotes as that will be interpreted as a literal instead of passing in a folder ID. (At least from things I've tried thus far.)
04-02-2012 07:15 AM
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















