BankReconciliationMatchRule.getOrSetSystemGeneratedMatchRuleLine Method
Gets or sets a system-generated matching rule line.
Syntax
private boolean getOrSetSystemGeneratedMatchRuleLine(
boolean _set,
boolean _value,
BankReconciliationMatchRuleLineType _lineType,
BankReconMatchRuleLineSysGeneratedType _sysGeneratedType)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether the system-generated type is set.
- _value
Type: boolean
A Boolean value that indicates the system-generated type.
- _lineType
Type: BankReconciliationMatchRuleLineType Enumeration
A specified matching rule line type.
- _sysGeneratedType
Type: BankReconMatchRuleLineSysGeneratedType Enumeration
A specified system-generated type.
Return Value
Type: boolean
true if the system-generated type is set; otherwise, false.