How to write client script for below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2025 05:00 AM
1. In "HR Planning & Operation" table i have two reference fields called 'Category' & 'Subcategory'.
2. While creating Category and Subcategory records i have a checkbox called "Allow approver user". I will create by making true that check box.
3. When i create a records in "HR Planning & Operations" table i will select "Category and Subcategory" which is the checkbox is true.
4. After selecting "Category & Subcategory" Then the new field "Approver" in should be visible HR planning& Operation table .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2025 05:13 AM
Is it just showing up when (sub)category is selected, or is it conditional on what is selected?
Not sure why you want a client script for this. A UI policy would do.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2025 05:15 AM
I have Tried UI Policy, But No Luck.
When i selected both Category and Subcategory. Without Selecting Category we cannot select Subcategory Directly. Subcategory is dependent table of Category Table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2025 05:21 AM
That still only answers half. What didn't work for your ui policy.
if category = abc and subcategory = xyz, show field. That should just work.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2025 05:41 AM
I have dot walked through Show related fields in UI Policy condition. But it was not worked.