rustyshackles
09/11/2018, 10:02 PMget department line
var departmentResult = new nlobjSearchColumn('custentity_nra_dept_project');
that is not how you get the value. use resultSet[0].getValue('custentity_nra_dept_project')
. Do note that resultSet is an array.