We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Unable to parse the breakdown mapping (scripted type)

venori26
Tera Contributor

Test function I am using in breakdown mapping script:

 

 function getManufacturerGroup(record) {
return "Test Value";
}

 

Error during JavaScript evaluation com.snc.pa.dc.ScriptException: JavaScript evaluation returned: Undefined in script: function getManufacturerGroup(record) { return "Test Value"; }

0 REPLIES 0