- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi Community Experts
We have a requirement where different views are being followed on a Table:
Form/List in both Native/ Workspace
Eg - Audit Engagement form will be holding View A/ View B/ etc. based on Groups on Audit Workspace
Here, the ask is to show the Field "Engagement Lead" as Audit Lead for View A and Inspection Lead for View B on Audit Workspace
As per my knowledge, we are able to use getView() to control g_form.setLabel() in NATIVE UI. But have not been able to reach any conclusion in WORKSPACE.
Although we have Workspace View Rules to apply different UI Views for Workspace YET
"Is it possible to have extract the View applied and set Dynamic Labels based on the view applied on Workspace?"
Kindly share the various possibilities for the above scenario.
Thanks in advance.
Best Regards,
Sameekshya
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
In order to run separate logic based on view, you have the option to uncheck option "Global" and enter into field "View" the specific view where the script should be executed.
As for changing the label of a field, one would use method setLabelOf, not setLabel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @-O-
Is there any way to fetch the VIEWS applied on a workspace form so as to achieve in 1 script for multiple views?
Thanks in advance
