Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2016 09:08 AM
Hi Cory,
Thanks for the quick response.
So unfortunately, I don't even get to the first log statement on Line 6 in the Script Include. I did change grabbing the value to gr.getValue
As well, I outputted to the console:
Also, I tried to remove the scope from the object creation in the client script, with the same result:
ie. FROM: var ga = new GlideAjax('x_prdr_rig_staff.RigCrewingUtilsAJAX');
TO: var ga = new GlideAjax('RigCrewingUtilsAJAX');