AddFilter(isDefaultFilter, reference, type, label, displayType, defaultValue, helpText, source, maxLength)

Adds a filter on the Bill Payment Processing page. The filter refines the search of bills to be processed.

Parameters

Returns

Throws

Example

          var epPaymentSelectionForm = new EPPaymentSelectionForm();

epPaymentSelectionForm.AddFilter(false,'custbody_custom_name', 'text', 'Custom Name'); 

        

General Notices