How do I use NetSuite Professionals website?
How do I use this site to network with other NetSuite Professionals, view answers to commonly asked questions, and submit questions of my own for the community?
This is awesome. Great work! Looking forward to what we can build as a community.
What a wonderful initiative Kyle! Now we don’t have to worry about valuable questions getting deleted after a while. A repository will be available for later use. Thank you for this Kyle! More power to the NetSuite Professionals Community!
Hello!
NetSuite professional website is so helpful for people who are in the IT sector and for students who are interested in NetSuite.
You can ask your questions here and get answered by experts. You can also answer the questions if you want to communicate with other fellow IT professionals.
Hope it helps.
Cheers!




Michoel Chaikin
test
battk
var thereIsNoIndentHere = 0; for (var i = 0; i < thereIsNoIndentHere; i++) { var thereIsOneIndentHere = 2; }battk
var thereIsNoIndentHere = 0; for (var i = 0; i < thereIsNoIndentHere; i++) { var thereIsOneIndentHere = 2; }Tan
try { var xmlStr = '<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd"><pdf><head>TEST</head><body header="nlheader" header-height="10%" footer="nlfooter" footer-height="20pt" padding="0.5in 0.5in 0.5in 0.5in" size="Letter">TEST BODY</body></pdf>';//Test string to be rendered as PDF var pdfFile = render.xmlToPdf({ xmlString: xmlStr }); pdfFile.name = '1traveler.pdf'; pdfFile.folder = 616; // folder: AM Travelers var fileId = pdfFile.save(); } catch(e) { log.audit('error', e); }