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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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