This member is for System Use Only and should NOT be used.
Build an SQL WHERE Filter to apply to the DataView generated via the GetDataView method.

Syntax

finPaymentMethods.GetDataViewFilter(filterByPaymentFlowDirection, paymentFlowDirection, filterByEntity, entityPk, filterByBankAccount, bankAccountPk, [filterByAllowDisbursements], [allowDisbursements], [filterByExcludeFromNewAccountWizard], [excludeFromNewAccountWizard], [filterByPaymentCategory], [includePaymentMethodBank], [includePaymentMethodCash], [includePaymentMethodCheque], [includePaymentMethodCreditCard], [includePaymentMethodEzidebit], [includePaymentMethodMonoova], [includePaymentMethodOther], [includePaymentMethodPosCard], [includePaymentMethodPayTo], [includePaymentMethodSplit], [includePaymentMethodToken], [includePaymentMethodZeptoNZ], [filterByExcludeFromPaymentWizard], [excludeFromPaymentWizard], [filterByExcludeFromWithdrawalWizard], [excludeFromWithdrawalWizard], [filterByExcludeFromAccountPaymentDetailsWizard], [excludeFromAccountPaymentDetailsWizard])

Parameters

NameTypeOptionalByRefDescription
filterByPaymentFlowDirection Boolean Indicates whether to Filter By the Payment Flow Direction.
paymentFlowDirection isefinPaymentMethodPaymentFlowDirection The Payment Flow Direction to filter by.
filterByEntity Boolean Indicates whether to Filter By the Payment Methods Entity (defined on the Payment Method's Bank Account).
entityPk Integer The primary key of the Entity to filter by.
filterByBankAccount Boolean Indicates whether to Filter By the Payment Methods Bank Account.
bankAccountPk Integer
filterByAllowDisbursements Boolean Optional Indicates whether to Filter By the "Allow Disbursements" flag. If omitted, a value of False is assumed.
allowDisbursements Boolean Optional The "Allow Disbursements" Filter By option. If omitted, a value of True is assumed.
filterByExcludeFromNewAccountWizard Boolean Optional Indicates whether to Filter By the "Exclude From New Account wizard" flag. If omitted, a value of False is assumed.
excludeFromNewAccountWizard Boolean Optional The "ExcludeFromNewAccountWizard" Filter By option. If omitted, a value of False is assumed.
filterByPaymentCategory Boolean Optional If omitted, a value of False is assumed.
includePaymentMethodBank Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodCash Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodCheque Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodCreditCard Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodEzidebit Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodMonoova Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodOther Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodPosCard Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodPayTo Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodSplit Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodToken Boolean Optional If omitted, a value of True is assumed.
includePaymentMethodZeptoNZ Boolean Optional If omitted, a value of True is assumed.
filterByExcludeFromPaymentWizard Boolean Optional Indicates whether to Filter By the "Exclude From Payment wizard" flag. If omitted, a value of False is assumed.
excludeFromPaymentWizard Boolean Optional The "ExcludeFromPaymentWizard" Filter By option. If omitted, a value of False is assumed.
filterByExcludeFromWithdrawalWizard Boolean Optional Indicates whether to Filter By the "Exclude From Withdrawal wizard" flag. If omitted, a value of False is assumed.
excludeFromWithdrawalWizard Boolean Optional The "ExcludeFromWithdrawalWizard" Filter By option. If omitted, a value of False is assumed.
filterByExcludeFromAccountPaymentDetailsWizard Boolean Optional Indicates whether to Filter By the "Exclude From Account Payment Details wizard" flag. If omitted, a value of False is assumed.
excludeFromAccountPaymentDetailsWizard Boolean Optional The "ExcludeFromAccountPaymentDetailsWizard" Filter By option. If omitted, a value of False is assumed.

Return Value

String

A String value.

Member of:
finPaymentMethods
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0