I need a smack upside the head from the Skuid community.
I am getting a different experience in two environments calling an apex controller - but the APEX class and my skuid page are identical. APEX class has the same permissions. I am using @RemoteAction and calling via
MyClassName.DoSomething(String AccountId)
I verified that the account Id is being passed in.
One environment works great and another gives me:
Uncaught ReferenceError: MyClassName is not defined
at ui?page=MySkuidPage&id=001500000100000AAF:335
at HTMLDivElement. (skuid__SkuidReqsJS:1)
at HTMLDivElement.ee (skuid__SkuidReqsJS:1)
at HTMLDivElement.dispatch (skuid__VendorJS:2)
at HTMLDivElement.q.handle (skuid__VendorJS:2)
Before I start pulling things apart, any thoughts on what could be causing this? #feelingdumb