- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 01:11 AM
Hi All,
How can the 'description' field for RITM be hidden for a particular item?
Pl Note. I cannot check the 'Read Only' checkbox using Data Dictionary and will a Business Rule work if I want to hide it once a RITM record is 'inserted'?
Thanks and Regards,
Saurabh Chatterjee
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 01:15 AM
Hello you can create a UI Policy on RITM table.
Ui Policy Conidition
Item is "your catalog name"
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 01:23 AM - edited ‎08-04-2023 01:23 AM
Hi,
You can create a UI policy that runs only on a specific item, to make that field readonly or hidden.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 01:48 AM
Hi @chatsaurav19,
You need to create Catalog Policy on Requested item [sc_rq_item] table and based on conditions hide the Description field.
Condition:
Catalog Item IS. Catalog_Item_name
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 01:15 AM
Hello you can create a UI Policy on RITM table.
Ui Policy Conidition
Item is "your catalog name"
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 01:23 AM - edited ‎08-04-2023 01:23 AM
Hi,
You can create a UI policy that runs only on a specific item, to make that field readonly or hidden.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 01:48 AM
Hi @chatsaurav19,
You need to create Catalog Policy on Requested item [sc_rq_item] table and based on conditions hide the Description field.
Condition:
Catalog Item IS. Catalog_Item_name
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 02:22 AM
Thank you @Sagar Pagar @OlaN @Harish KM ! It worked!