Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Using css in suitelet with BFO for create pdf file
Dear All,
Currently I am using suitelet with BFO for generating PDF file.
I am having problem while want to add stylesheet, I am getting error.
Below are two line that I have tried to attached the css file but still not working.
xml += '<link href="' + nlapiEscapeXML("https://system.netsuite.com/core/media/media.nl?id=446amp;c=3544661&h=a2df7373bbea00175a34&_xt=.css") + '" type="text/css" rel="stylesheet">'; var myCssUrl='https://system.netsuite.com/core/media/media.nl?id=446amp;c=3544661&h=a2df7373bbea00175a34&_xt=.css'; xml += '<link href="'; xml += nlapiEscapeXML(myCssUrl); xml += '"/>';
0