Variable should only be visible in the workspace but not in the portal. How to do it ?

Not applicable

Variable should only be visible in the workspace but not in the portal. How to do it ?

1 ACCEPTED SOLUTION

Raghav Sharma24
Giga Patron

Write a client script which applies to only portal:

 

g_form.setVisible('variable_name',false);

View solution in original post

1 REPLY 1

Raghav Sharma24
Giga Patron

Write a client script which applies to only portal:

 

g_form.setVisible('variable_name',false);