How to make order field editable in standard change templates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi,
In Standard Change Template order field is read only and default value they set to 0.
I want to make this field editable for only one group.
I have checked this in UI Polices and Client script how they are setting read only for order field. unable to find that. There is no Dictionary override also for this field
in Standard Change Properties also it is not there
why users want edit access for that order field is they have created 200 standard change templates, they want to set order in particular order.
Does create ACL will work on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Sriram Pusuluri,
Create a Write ACL for That Group
Go to Access Control (ACL)
Click New
Set:
Field Value
Type -> record
Operation -> write
Name -> std_change_producer_version
Field -> order
In Requires role → add a role used only by that group
(If group has no role → create one and assign it to the group)
If my response helped, Please mark it as helpful,
Best Regards,
Rohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Sriram Pusuluri ,
ACL is restricting you to edit order field.
as this field is coming from sc_cat_item table you have to create ACL on this table.
and in advance condition give your group name it will work I have attached screenshots you can refer.
If my response helped, please hit the 👍Thumb Icon and accept the solution so that it benefits future readers.
Regards,
Pratik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I have created a ACL, now order is ediatable for group. They have applied order, but when they impersonate with users, it is not showing in that order.
azure Spoke I have given value as 520, but it is showing in the last.
Change Switchport I have given as 530, but it is showing in the first.
Do I need to do aything?

