My Stuff
Comments
-
Hi Erick, thank you so much for your help. It works for me now.
-
Hi Erick, I'm trying to print Expense Report by SuiteScript 1.0 function main() { // Define search filters var filters = new Array(); filters[0] = new nlobjSearchFilter('type', null, 'is', 'ExpRept'); filters[1] = new nlobjSearchFilter('mainline', null, 'is', 'T'); // Define search columns var columns = new Array();…
-
Hi Erick, thank you so much for your help.
-
Hi @Erick Dela Rosa-Oracle, Thank you so much for your reply. If can would you please give me an example code to do as your recommendation?