We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
I have a requirement to generate a RITM by copying Variables into new RITM.
var gr = new GlideRecord("sc_req_item");
if (gr.get('da80597b87afc91096ba62c83cbb3580')) {
var obj = {};
var variables = gr.variables.getElements();
fo...
Unable to convert sys_id into Names. Help!!!
Current codes works and returns
When the line in orange is enabled.
But the underlying function does run Scripts-Background.
function onChange(control, oldValue, newValue, isLoading) { var access = ...
I was able to solve this.
'variables' -> is an array data type. so, there was no additional conversion required.
var gr = new GlideRecord("sc_req_item");
if (gr.get('da80597b87afc91096ba62c83cbb3580')) {
var obj = {};
var variables =...
*** Script: {"requested_for":"4115490087604110fcc1840e0ebb359e","u_call_back_number":"706-721-4000","recurring_req":"Yes","frequency":"30"}Couldn't decipher the stack trace resulting from the following JavaScriptException:java.lang.ClassCastException...