Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Community Alums
Not applicable

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

1 ACCEPTED SOLUTION

RaghavSh
Mega Patron

Write a client script which applies to only portal:

 

g_form.setVisible('variable_name',false);


Raghav
MVP 2023
LinkedIn

View solution in original post

1 REPLY 1

RaghavSh
Mega Patron

Write a client script which applies to only portal:

 

g_form.setVisible('variable_name',false);


Raghav
MVP 2023
LinkedIn