|
AR_Constant, CI_ARDivision_val, CI_Country_val, CI_CustomerNo_val, CI_PaymentType_val, CI_ZIPCode_val, SY_Maint, SY_Password |
|
LOCAL cMainTable$="AR_CustomerCreditCard" |
|
LOCAL cIsSysDB=isFALSE |
|
LOCAL cPerformCreditChecking=isFALSE |
|
LOCAL cAllowMultipleEMailAddresses |
|
PROPERTY SYS_EBMIntegrated$ * Read Only * |
|
PROPERTY PaymentTypeEBMEnabled$ * Read Only * |
|
PROPERTY ARCreditCard * Read Only * File Handle to AR_CreditCard class for use in UI as well as here. |
|
PROPERTY SE_ARAllowAddEditCreditCards * Read Only * Flag set for value of the Allow Access to add/edit credit card module option |
|
PROPERTY SE_ARAllowAddEditACH * Read Only * Flag set for value of the Allow Access to add/edit ACH module option |
|
FUNCTION CheckForCreditCardID(testCardID$, primaryKey$) | ||||||||
|
FUNCTION CheckForCreditCardID(testCardID$, primaryKey$, payType$) Check if a unique Credit Card ID already exists for a particular customer. | ||||||||
| ||||||||
| ||||||||
|
FUNCTION ClearCreditCard(date$) Clear credit card data - called from the Clear Credit Card utiltiy. | ||||||||
| ||||||||
| ||||||||
|
FUNCTION ConfirmDelete() | ||||||||
|
FUNCTION DELETE(key$) | ||||||||
|
FUNCTION SetBrowseFilter(tmpBrowseFilter$, tmpPrimaryGUID$) | ||||||||
|
FUNCTION ValidateGroupConsumerPII() Group validation for fields that belong to the ConsumerPII group. Will not allow changes after the encryption of consumer PII process has been completed on a record. | ||||||||
| ||||||||
| ||||||||
|
FUNCTION ValidateGroupCustACH() | ||||||||
|
FUNCTION ValidateGroupCustCreditCard() |
|
pmtACH$, pmtCHECK$, pmtCREDIT$, pmtOTHER$, pmtCOD$, typPAYMENT$, typDEPOSIT$ |
|
cAllowCashCust, cPerformCreditChecking, CreditExceeded, CreditHold, PerformCreditChecking, AllowCashCustomer |
|
cActionWrite, cActionDelete, cActivityLogFilePrefix$, DocDateWarnDisplayed, DocDateWarnStatus, EditState, RecordChanged, FirstFailure$, DocumentTotal, ReadOnlyReason$, UDTValidation$, ViewOnly, CurrentPrecision, DocDateWarnForceOff, DocDateWarnObject, ScriptObject, ImportTest |
|
AESCipher$, AES256Cipher$ |
|
CheckExpirationDate(), DetermineCardType$() |
|
ClassValidateARDivision() |
|
ClassValidateCountry() |
|
GetNextCustomerNo(), ClassOverrideCustomerNo(), ClassValidateCustomerNo() |
|
ClassValidatePaymentType() |
|
ClassValidateZIPCode() |
|
ChangedRecordCompare(), ChangedRecordInfo(), Clear(), ClearRecord(), ConfirmDelete(), CopyFrom(), ExportToCSV(), GetColumnInfo(), GetColumnProperties$(), GetDefaults(), GetOrigRecord$(), GetPropertyValue(), GetValidationGroups$(), ResetDocDateWarnState(), SetCopyKeyValue(), SetDocDateWarnDisplayed(), SetDocDateWarnOff(), SetKey(), SetKeyValue(), SetPartialRecord(), SetRecord(), SetToReadOnly(), SetValue(), SetValues(), Write(), ActivityLogCreateFile(), ActivityLogPrepare(), ActivityLogSetMessage$(), ActivityLogWrite(), CallScript(), CheckForAdvancedFieldSettings(), CheckForScripts(), CheckNullRequiredField(), PERFORM ChildValidate(), ClassValidateDate(), ClassValidateTelephoneNo(), ClearSetFiles(), ColInfoInitAll(), ColInfoInitDefaults(), CommitRow(), GetPropertyCommon(), InitColInfo(), InitScriptEngine(), InitWorkTable(), IsColInIOList(), IsValid(), LoadColInfo(), OpenMainTable(), ParseExtField(), RemoveColToSkip(), ResetRow(), RetrieveColInfo(), SetDefaults(), SetFilter(), SetMode(), SetParentHandle(), SetValueNoValidate(), StoreColToSkip(), ValidateAll(), ValidateAllRecord(), ValidateColInfo(), ValidateRule() |
|
ConfirmAESKey(), ConfirmPassword(), EncryptAESData(), EncryptAESKey(), EncryptAESPassword(), EncryptPassword(), GetAESDataTest$(), PasswordAcceptable(), ValidateAESData(), ValidateAESPassword(), ValidatePassword(), VerifyAESDataEncryption(), DecryptAESData(), DecryptAESKey(), DecryptAESPassword(), DecryptAltAESData(), DecryptPassword(), EncryptAltAESData(), GetKEK$(), InitAESKey(), InitializeAES(), InitializeAltAES(), ValidateAltAESData(), VerifyAltAESDataEncryption() |
|