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 to print the appropriate logo based on condition using Advanced Templates?
Hi,
In our existing quote Advanced PDF/HTML Template there is logic that allows 1 of 2 logos to appear on our quote PDFs. In the attached file is the source code and i believe the logic starts at line 20-25 (i noted it as well). You can see if the cseg_appf_business.id = 2, then use the logo image specified at the url location (NetSuite file cabinet); if the business.id is anything else use the other logo image.
What we are hoping to accomplish is add logic for a 3rd logo to appear on the quote, but include the the quote type (Field ID: custbody_roth_quote_type, List ID: customlist_roth_quote_type) as part of the condition. We have four quote types in the system: project (ID 1), project developer (ID 2), contract builder (ID 3) and contract builder developer (ID 4).