Wednesday, May 29, 2019

Run Suitelet in the Background

The following code snippets demonstrate how to run Suitelet in the background using Client side SuiteScript:

  • nlapiRequestURL(nlapiResolveURL('SUITELET','customscript198','customdeploy1') + '&recId=' + nlapiGetRecordId()+ '&recType=' + nlapiGetRecordType());
  • nlapiRequestURL(nlapiResolveURL('SUITELET','customscript198','customdeploy1'));

Note: Before running the script review SuiteAnswers articles Application Navigation APIs, and Record APIs.

No comments:

Post a Comment