- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm attempting to limit the assignment groups available to a requester when the New Change Management Request form loads. I tried to write a script to set the group at load
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @unresourceful,
Instead of you giving only a single option, why not use Assignment Rule for Change table?
Assign the particular group via mentioned method and make the field read only.
Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards,
Ehab Pilloor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Is this just for new changes? Once a change is submitted, should the restriction be lifted?
When you say change management request form, are you referring to a record form, or a record producer?
This will be achieved with a reference qualifier in both instances, but we can assist in how to populate this once we have further details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
This would be for new changes, don't wish to update existing. Restriction should not be lifted once change is submitted.
I believe I'm referring to the request form. That is the interface that a user completes to create a new change request. I've attached a screenshot of what I'm referring to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi,
That screenshot shows a standard record page. To add a filter to restrict the options on the assignment group, you'd edit the dictionary entry for the assignment group field. Because the assignment group is inherited from the task table, you'd do this via the a 'dictionary override'
- Search for 'dictionary' in the application navigator
- In the list of dictionary attributes, search for 'assignment_group' in the 'column name' column
- Open the record and scroll down to the related list called 'dictionary overrides' and find one called change_request. If one doesn't exist, create one using the 'new' button
- Select 'override reference qualifier'
- In the newly shown reference qualifier field you can either copy and paste your filter condition, or call a script incldude. To call a script include use the following format
javascript: new global.MyScriptIncludeName().myFunction(current); //current being the record loaded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @unresourceful,
Instead of you giving only a single option, why not use Assignment Rule for Change table?
Assign the particular group via mentioned method and make the field read only.
Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards,
Ehab Pilloor