We can fetch the bill credit from a vendor payment transaction using suite QL. function getBillPaymentCredits(billPaymentId) { var queryResults = query.runSuiteQL({ query: ` SELECT Applied.nextdoc as billCreditId… Continue reading Fetch Bill Credit from a vendor payment transaction (Suite QL)