- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 09:40 AM
Hi All,
This is an urgent requirement to implement. Can anyone help me to fix this issue, please!!
OOB User criteria is not available on 'std_change_proposal' table and we are not even able to add it from the related list. Is there any way to add User criteria i,e Available for, Not available For on the 'std_change_proposal table'?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 05:25 AM
Ok, I think I understand better. To confirm, you wish for the individual proposing a new Standard Change to be able to identify for who the Catalog Item will be available for.
If that is correct, you will need to account for the versioning. So I would probably:
1. add 2 custom List fields to the Proposal referenciong the User Criteria table "Available for" and "Not Available for".
2. Create a Flow (or BR) on the std_change_record_producer table to run on Change to the current_version field to update the related lists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 09:50 AM
Hi @Mounika Tungala,
The User criteria will not be applicable for Standard change proposal templates.
Here is the supportive KB: KB0783021: User Criteria not working on the Standard Change Templates
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 09:51 AM
Here is another related supportive KB: KB0999197
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 09:57 AM
Hi Sagar Pagar,
Thank you so much for your immediate response. If adding the user criteria in the proposal table is not possible how can I achieve this? Is it possible with a script? if yes can you give me some lead here.
I need to restrict templates based on the group that the user provides.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 10:22 AM
Hi @Mounika Tungala,
as mentioned in KB: KB0783021: User Criteria not working on the Standard Change Templates, apply the User criteria for Service catalog or Category mentioned in the below system property.
/std_change_properties.do?sys_id=527b5dafff700200b18affffffffff89
Thanks,
Sagar Pagar