Display button based on user department and user role in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 10:10 PM
Go to the page where you want to display the button in UI Builder.
Drag a Button widget onto the page from the widget catalog.
Select the button widget to open its properties.
Go to the Visibility section in the properties panel.Under Conditions, add a new condition to determine when to show the button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 11:38 PM
Yes which condition should I mention to match my requirement
Should I use data resources or client script or client state parameters
Or combination of three... Please give me detail steps as I was new to ui builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 11:41 PM
I used data resources to get actual display value of users Department and with client script using if condition I'm returning true or false
How can I set value of that to my client state parameters dynamically