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.
Download PDF while Creating Bill Payment Record
While saving a Bill Payment record for multiple vendors, I want to download the PDF of the Bill Payment records to my local system.
We have developed an afterSubmit User Event script and a Suitelet for this purpose. The User Event triggers for each Bill Payment being created, and from there, it calls a function to invoke the Suitelet to handle the PDF download.
This works when processing a Bill Payment for a single vendor (via Transactions > Payables > Pay Single Vendor) — the PDF is successfully downloaded.
However, when processing Bill Payments for multiple vendors (via Transactions > Payables > Pay Bills), the Suitelet is not triggered, and the PDF is not downloaded. Despite the User Event triggering correctly for each Bill Payment, the Suitelet call fails to execute.