Pavol
08/11/2022, 1:55 PMcustom modules
work in Workflow Action Script
?
It doesn't run for me like other script types do. Is having 1 big Action Script the only way?battk
08/11/2022, 4:48 PMZoran R-DATAGRAM
08/11/2022, 5:50 PM/**
* @NApiVersion 2.1
* @NScriptType WorkflowActionScript
*/
define(['N/https', '../lib/rdata_sef_api'],
/**
* @param{https} https
*/
(https,sefAPI) => {
Zoran R-DATAGRAM
08/11/2022, 5:51 PMjen
08/11/2022, 6:07 PMPavol
08/12/2022, 2:05 PM