How to make catalog variable editable on RITM.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:29 AM
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.
Any help is appreciated!
Regards,
Rafmine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 05:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 08:51 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 09:20 PM
@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.
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 09:00 PM
@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.
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 09:01 PM
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.