Hide "Description" field on a RITM record, for a particular Item

chatsaurav19
Tera Contributor

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'?

 

chatsaurav19_0-1691136635972.png

 

Thanks and Regards,

Saurabh Chatterjee

 

3 ACCEPTED SOLUTIONS

Harish KM
Kilo Patron
Kilo Patron

Hello you can create a UI Policy on RITM table.

Ui Policy Conidition

Item is "your catalog name"

HarishKM_0-1691136910126.png

 

Regards
Harish

View solution in original post

OlaN
Giga Sage
Giga Sage

Hi,

You can create a UI policy that runs only on a specific item, to make that field readonly or hidden.

View solution in original post

Sagar Pagar
Tera Patron

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

The world works with ServiceNow

View solution in original post

5 REPLIES 5

Harish KM
Kilo Patron
Kilo Patron

Hello you can create a UI Policy on RITM table.

Ui Policy Conidition

Item is "your catalog name"

HarishKM_0-1691136910126.png

 

Regards
Harish

OlaN
Giga Sage
Giga Sage

Hi,

You can create a UI policy that runs only on a specific item, to make that field readonly or hidden.

Sagar Pagar
Tera Patron

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

The world works with ServiceNow

Thank you @Sagar Pagar @OlaN @Harish KM  ! It worked!