- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2020 03:21 AM
Hi ,
As an admin once I open Standard change My proposal or open proposal the its showing the below values in change_request values
Once I open this with an ITIL role where full access has been provided to std_chnage_proposal , table ( create access) but still the blow value is not populated with that role.
Can anyone tell any other access is also required to be provided.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 07:19 AM
I have fixed it finally please close this thread . Issue is there since my other team member has working parallaly with some other requirement and play with teh ACL with out informing me . Its fixed now any how . Thanks all

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2020 03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2020 07:31 AM
Try that but no luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2020 07:49 AM
HI
javascript: new StdChangeUtils().getValue('default_values'); - what does this mean?
I want it should work for chnage_manager role , how I can add in the below code. I understand it will be in ( customer change section , but can anyone help with syntax.)
this is code StdChangeUtil ( Script include)
var StdChangeUtils = Class.create();
StdChangeUtils.prototype = Object.extendsObject(StdChangeUtilsSNC, {
initialize: function(request, responseXML, gc) {
StdChangeUtilsSNC.prototype.initialize.call(this, request, responseXML, gc);
},
/***************************
*
*Add customer changes below
*
****************************/
type: 'StdChangeUtils'
});
Thanks - Arnab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2020 08:06 AM
Hi Arnab,
Did you check link. I think you need to work with ACL. Kindly check the link as it has steps for resolution as well.