Trigger integration app Data Flows From NetSuite By Workflow

Comments

1 comment

  • Permanently deleted user

    Hi for anyone trying this script. My script was:

    function setValueScriptCustom()
    {

    var id = nlapiGetRecordId();

    var customer = nlapiLoadRecord('customer', id);

    customer.setFieldValue('comments','Good Customer');

    nlapiSubmitRecord(customer);

    }

    0

Please sign in to leave a comment.