Ichimoku
07/02/2020, 1:30 PMPNJ
07/02/2020, 1:43 PMIchimoku
07/02/2020, 4:05 PMbattk
07/02/2020, 4:26 PMbattk
07/02/2020, 4:26 PMAshwin K.
07/02/2020, 5:32 PMIchimoku
07/02/2020, 6:03 PM/**
* @NModuleScope Public
* @NApiVersion 2.1
* @NScriptType restlet
*/
define([ 'N/search'], function(search) {
return {
get : function(parameters) {
}
,
post : function(parameters) {
}
}
});
It's a part of the bundle from sandbox - then I installed it to Prod. When I made changes on Prod, the error was thrownIchimoku
07/02/2020, 6:03 PMIchimoku
07/02/2020, 6:03 PM