1
0
-1

Hi all,

 

Got a little Problem with Form Variables in the Workflow... i need to know if it's possible, to hidden the WF Variables with permissions or a bean script?

The scenario is like:

      First, you start the Process and fill the Form which are mapped to the Variables. At the Second Activity you just have to click the button but at this step every user sees all variables.

So is it possible do hidden these Variables? Maybe with a Script or with some permission setting...

Thanks for your help  

 

Best Regards

Robin

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Wimmer Robin

      Option 1:

      You can use Show and Hide Form Sections to hide the variables for subsequent forms or based on who logged in.


      Option 2:

      You can download and use the Protected Text Field Form Plugin to encrypt that 'special' field.

       

      Option 3:

      In your second form, use the hidden form field element with the same fieldId to hide the values.


        CommentAdd your comment...