My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
If anyone has any information on this, it would be greatly appreciated. I haven't been able to find anything relevant.
-
So we will need to implement the suite app for cybersource? Can you share any documentation on that? I havent been able to find anything from Celigo or Netsuite regarding the legacy being discontinued and needing the suiteapp This message came via email form donotreply@support.cybersource.com From the email: Beginning on…
-
Thank you for your input, I think I will have to come up with some other way of doing this. I was hoping to do this without any scripting, but it looks like thats the only solution for this. I was able to use the following <#list> format, but uploading it causes an infinite loop of netsuite validating it. So I cant…
-
correct, I still havent found a solution for this
-
Yes, I have tried different approaches such as var newfile = renderer.renderAsPdf(); unfortunately using that generates the following error:…
-
using the file.load('PrintTemplates/BarcodeFinal.html') to load both a html or an xml file produce the same result. from my understanding, the file.load loads the file, then render.create creates the base of the new file being created. renderer.templateContent = xmlTemplateFile.getContents(); puts the contenst of the…