Missing Global Qualifier error

paradise624
Tera Contributor

I'm working on the standard change proposal module and after approval or rejecting.. I get this error..

 

"StdChangeUtils undefined, maybe missing a global qualifier"

 

I can't find anything on where this is coming from. Please help!! 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @paradise624 ,

Are you calling the StdChangeUtils from scoped application? Then update below line as

var StdChangeUtils = new global.StdChangeUtils();

 

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @paradise624 ,

Are you calling the StdChangeUtils from scoped application? Then update below line as

var StdChangeUtils = new global.StdChangeUtils();

 

paradise624
Tera Contributor

Thanks! That worked..