- 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 09:27 AM
This you can simply achieved through a UI policy which need to be configured under the Requested Item (sc_req_item) table with condition as “ catalog item is <select catalog item you needed> and then you can add the ui action as <field name> visible = false under the respective ui policy