My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
michoel Hi michoel.. the code which u have given for bulk data, I tried with the same code but I am not able to fetch data from netsuite and also m not able to show on table... I guess when I run the script then html part ill get triggered but after m not able to call Item get functionality from HTML page... when I run the…
-
Thanks for the reply. I have filed case with Netsuite support for enhancement.
-
Hi... Sohini Roy are you able to access budget record using script? I am trying to add budgets using script but I am not able to do that. Can you please suggest any idea/ workaround?
-
Is it possible to get Journal entry remaining amount in saved search? I have multiple Journals and advanced Journals to apply on Invoice/Credit memo so I need saved search which will give me list of journal entry unapplied amount based on customer. I am gonna use this search in script to auto apply all the Journal on other…
-
Hi Olivier Gagnon NC, At a time how many records I can insert using web service or RESTlet. I mean parallely. and with both these option my server side scripts(User Event) will trigger with irrespective number of records I am inserting at a single time right?
-
Hi chanarbon Even I am trying the same code but I am getting error. Here is my code var response = context.response; var pdfFile = response.renderPDF({ xmlString:xml }); response.setContentType('PDF','Report.pdf','inline') resObj = pdfFile.getContents(); log.debug('resObj',resObj) response.write(resObj); I a getting error…
-
Hi can u plz post the code in which ur referencing the saved search and the loop to get its results...
-
Thanks chanarbon.
-
Hi k_dunc Thanks for your response. It will be helpful for me.
-
Hi chanarbon, Could you please bit elaborate on your last two points. Thanks