- 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 11:13 AM
Hi @Sagar Pagar ,
Can you elaborate, please? If I modify the property it will affect the other areas right? and the article KB0783021 is talking about the template issue not the proposal restriction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 09:47 PM
Hi @Mounika Tungala,
Yes. if you modify the property it will impact other areas. The KB is related to "Standard change templates".
For Standard change proposal you have to control it using the ACLs.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 10:45 PM - edited 06-26-2023 10:50 PM
Hi @Sagar Pagar,
Thank you for your continued support on this question. My Primary goal is to bring user criteria to the proposal form. if this is not possible then I need to manage the user criteria with scripting.
Ex: Assume I created one field on the proposal table that references to sys_user_group table. So when the user selects a particular group in that custom field, user criteria should be created with the group field mapping. Will something like this work?
So that whoever creates these proposals can put the restrictions even before the proposal goes for change control team approval.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 10:23 AM
I can add the 2 related lists in my dev instance and it is providing expected results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 11:05 AM
Hi Patrick,
Not on Standard Change Template form. I need to have this user criteria on 'Standard Change Proposal' form