Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

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

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..