//set item on support case function setSE(type, na...
# suitescript
t
//set item on support case function setSE(type, name) { var cust; var item; try { if((name == 'custevent_support_entitlement')) { // Get Support item = nlapiGetFieldValue('custevent_support_item'); nlapiSetFieldValue('item', item); } // if name return true; } //try catch ( e ) { if ( e instanceof nlobjError ) alert(e.getCode() + '\n' + e.getDetails() ) else alert(e.toString() ) } // catch } //end
s
This is just the function, prob need to see more to help...