Populate Memo field value of applied transaction of Bill Payment into check printout

Create new custom field on the bill payment record to store the memo value of transactions applied on it. This custom field is available only in view and print mode. /**  * @NApiVersion 2.1  * @NScriptType UserEventScript  */ define([“N/search”, “N/ui/serverWidget”], (search, serverWidget) => {   /**    * Defines the function definition that is executed… Continue reading Populate Memo field value of applied transaction of Bill Payment into check printout