Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
How can I make a striping table rows in Adv PDF templates?
Hi experts,
Anyone experienced adding striped table rows on their Adv. PDF templates?
I tried using nth-child() selector for CSS but It only applies the BG color to every cell in every table even if I set bg colors for odd/even rows.
I have also looked on this article from the help center: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2866065.html#procedure_N2866098
<tr style="background-color: ${((item_index % 2)==0)?string('#ffffff', '#ccffcc')};">
but I'm not sure where does "item_index"
came from.
Any feedback is appreciated. Thanks very much in advance!