Variable available for an approver to modify after RITM submitted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 09:52 AM - edited 12-05-2024 09:53 AM
Hello Community,
I have a request for 2 variables to be editable for the approver after the RITM is sent, he needs to edit the date and indicate which group will act on the problem.
I know it can be done by Script include + Client Script (I don't know how to do it), I could not make it happen via Catalog UI.
Any help here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 01:09 AM - edited 12-06-2024 01:19 AM
Hi @rafaelalves4337,
You can add permissions in the variable form (add approver_user role instead of itil)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 12:55 PM
Do you know if that role "Approver_user" works when the approval is a group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 01:54 PM
Is that a screenshot from the approver's back-end view? If so, there may be a modifiable UI Policy that contains this script: g_form.setVariablesReadOnly(true);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 05:13 AM
Yes, that is the approver's back-end view, the suggestion if @shivatmika_1919 works if the approver is the user manager, but when I changed to an approval group, it stopped to work again.