How to make catalog variable editable on RITM.?

Community Alums
Not applicable

Hi Community,

There are three catalog task which gets created one by one, like when first task is closed second task will get created and when second task is closed third task will get created. The requirement is for first task on RITM, catalog variables one variable should be read/write/editable only.

find_real_file.png

 

Any help is appreciated!

 

Regards,

Rafmine

 

 

14 REPLIES 14

Inside the variable itself is a role slushbucket, for us this defaults to admin as we don't want non-admins updating variables after submission

For the rare instances that we do we have created a role to edit that variable as a use case and added it to the roles on the variable.

Then you add that role to the group you want to be able to edit.

Then can then edit after submission but be really careful of this as you are modifying the original request.

siddharth26
Tera Guru

Hi,

 

I have a record producer and I have filed called xyz and the type of the filed is lable and this xyz field is not visible in the list view , how can I make this lable visible in list view please suggest 

 

Thanks

Sid

@siddharth26 I saw you question in some other post but no description. If your issue is the field you created in record producer is not showing in record producer list view. 

that is expected only variables created under record producer won’t show in record producer list view. 
to see them go to variables table list view and filter with record producer name.

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

BharathChintala
Mega Sage

@Community Alums  Those fields will be open for edit based on acls on ritm table.

 

but most of the companies lock them using client script globally. That means in all ritms make tha ready only.

 

if you are facing this fir any particular item check the ui policies and client scripts applies to ritm in catlog item.

 

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

MADHU MSKJ
Tera Contributor

HI @Community Alums  , In the Client Script Search for  "Variable Editor Readonly " script  and make it false. After that you can edit Variables in RITM. 

 

Please mark this response as correct and/or helpful if it assisted you with your question.