Class AP_Vendor_svc

Properties

LOCAL cIsSysDB=isFALSE  
LOCAL cMainTable$="AP_Vendor"  
PROPERTY PerformVendorStatusChecking  

Boolean indicating if VendorStatus should be checked for Inactive

PROPERTY HoldPayment   * Read Only *
PROPERTY SeparateCheck   * Read Only *
PROPERTY VendorAgingRec$   * Read Only *
PROPERTY VendorNumber$   * Read Only *
PROPERTY AgingCalculated   * Read Only *

Methods

FUNCTION GetCodeFormat(codeFormat$)  

Returns the expression used to format the code or display key for this record type.

ParameterDescription
codeFormat$ [output, string] Returned code format expression.
Returns [nothing] Exits without a return value.
FUNCTION GetNameFormat(nameFormat$)  

Returns the expression used to format the name for this record type.

ParameterDescription
nameFormat$ [output, string] Returned name format expression.
Returns [nothing] Exits without a return value.
FUNCTION VendorStatusCheck(tmpDivisionNo$, tmpVendorNo$)  

Checks if VendorStatus is Inactive

ParameterDescription
tmpDivisionNo$ [input, string] A/P Division Number
tmpVendorNo$ [input, string] Vendor Number
Returns [boolean] Failure if VendorStatus is Inactive, else Success

Properties inherited from: CI_VendorAging

AgingCalculated, LastVendorAged$, ModuleForAging$, NumberOfBuckets, VendorAgingRec$, RecalcIOL$

Properties inherited from: SY_Service

BOF, CurrentBrowseIndex$, CurrentIndex$, EOF, SecurityAccess

Methods inherited from: CI_VendorAging

AgeInvoice(), AgeVendor(), ClearAgingTotals(), ExcludeFuturePostings(), SetAgingBuckets(), PERFORM AgeByDay(), PERFORM AgeByMonth(), CalculateRetention()

Methods inherited from: CI_VendorFormatter

ParseVendor()

Methods inherited from: SY_Service

BindVariable(), CheckMainTable(), Clear(), Find(), FindById(), GetChildHandle(), GetChildKeyReference$(), GetColumns$(), GetDataSources$(), GetDataSourcesAddl$(), GetJson$(), GetKey$(), GetKeyColumns$(), GetKeyPadded$(), GetPartialRecord(), GetRecord(), GetRecordCount(), GetRecordEx(), GetResultSets(), GetTable$(), GetTablePath$(), GetValue(), GetValues(), IsValid(), MoveFirst(), MoveLast(), MoveNext(), MovePrevious(), ReadAdditional(), SetBrowseFilter(), SetBrowseIndex(), SetCacheMode(), SetIndex(), SetKeyValue(), SetParentColumns(), SetParentHandle(), SetUIHandle(), PERFORM ClearEditRcd(), FormatJson$(), GetAddlDataSources(), GetDateColumns$(), InitChildCollection(), MoveFirstLast(), MoveNextPrevious(), OpenMainTable(), ParseKeyDef(), PrepareKeyDef(), ReadRec(), ResolveColumnList$(), SetControls(), SetCurrentKey(), UseKeyColl()