AddColumn (type, name, reference, isText, displayType, defaultValue, join)

Adds a column on the sublist of the Bill Payment Processing page to display field values from the records searched.

Parameters

Returns

Throws

Example

          var epPaymentSelectionForm = new EPPaymentSelectionForm();

epPaymentSelectionForm.AddColumn('text', 'Custom Name', 'custbody_custom_name');
epPaymentSelectionForm.AddColumn('text', 'Approval Status', 'approvalstatus', true);
epPaymentSelectionForm.AddColumn('text', 'Email', 'email', '', '', '', 'vendor'); 

        

General Notices