Class SY_Token

Known SubClasses

PL_EmailMessage

Properties

No Properties

Methods

FUNCTION FormatCustomer$(in.DivisionNo$, in.CustomerNo$)  
FUNCTION FormatDate$(in.Date$)  
FUNCTION FormatEmployee$(in.EmployeeKey$)  
FUNCTION FormatVendor$(in.DivisionNo$, in.VendorNo$)  
FUNCTION GetBillToName$(in.Context$)  
FUNCTION GetCompanyFromFilePath$(in.Path$)  
FUNCTION GetEmployeeName$(in.EmployeeKey$)  
FUNCTION GetTrackingIDs$(in.InvoiceNo$, in.HeaderSeqNo$)  
FUNCTION GetTrackingIDs$(in.InvoiceNo$, in.HeaderSeqNo$, tmpIsHTML)  

Get Tracking IDs for use in resolving token [TrackingNo]

ParameterDescription
in.InvoiceNo$ [input,string] Invoice Number to get Tracking IDs for
in.HeaderSeqNo$ [input,string] Header Sequence Number to get Tracking IDs for
tmpIsHTML {optional}[input,boolean] if the text where the [TrackingNo] token exists is HTML, parameter value=True (1) else parameter value=False (0)
Returns [string] if the text where the [TrackingNo] token exists is HTML, return an HTML encoded value that contains links to each Tracking ID else return a comma delimited list of Tracking IDs
FUNCTION ReadDocumentArray$(in.Document$, in.PaperlessType$, in.ArrayColumn)  
FUNCTION TranslateDocument$(in.Document$, in.PaperlessType$)  
FUNCTION TranslateDocumentType$(in.Document$)  
FUNCTION TranslateInvoiceType$(in.InvoiceTypeCode$)  
FUNCTION LOCAL PERFORM AddTrackingID()  

Add Tracking ID to return value of method GetTrackingIDs$()

Properties inherited from: CI_CommonPII

AllowSensitiveAccess

Properties inherited from: PL_Constant

cDefaultMessage$, isALL$, isALLFILE$, isALLCOMPANY$, isALLMODULES$, isALLDOCUMENTS$, isBlank$, isRandom$, isSocialSecurity$, logJOURNALSANDREGISTERS$, logCUSTOMER$, logVENDOR$, logEMPLOYEE$, logREPORT$, logPERIODEND$, logFORMS$, frmINVOICES$, frmSTATEMENTS$, frmORDERS$, frmCHECKSTUBS$, frmDIRECTDEPOSITSTUBS$, frmCUSTOMERRMAS$, frmRMARECEIVERS$, frmRETURNORDERS$, frmCustomerEmailHeader$, frmCustomerFaxHeader$, frmVendorEmailHeader$, frmVendorFaxHeader$, defaultPasswordMinLen, defaultPasswordMaxLen, tstPDFFile$, array.CompanyKey, array.CompanyCode, array.CompanyName, array.ModuleCode, array.ModuleName, array.ProgramName, array.ProgramDesc, emailDocumentType$, faxDocumentType$, covNONE, covLOCAL, covSERVER, covDEFAULT$, recipientTypeTO$, recipientTypeCC$, recipientTypeBCC$, attachFULLDESCRIPTION$, attachDOCUMENTNO$

Properties inherited from: SY_OpenObject

cLockInfoNOKEY$

Methods inherited from: CI_CommonPII

GetDecryptedCols(), CheckEncryptedCols(), ClearEncryptedCols(), DecryptRec(), EncryptRec(), GetEncryptedCols(), InitEncryptInfo(), MaskColumnValue$(), ResetEncryptedCols()

Methods inherited from: CI_CustomerFormatter

ParseCustomer()

Methods inherited from: CI_VendorFormatter

ParseVendor()

Methods inherited from: PL_Constant

DirectoryCheck(), GetDefaultCompanyParameter(), GetEDeliveryDropBoxDesc$(), LocationPathCheck(), ClassChangeDirectoryBrowse(), ClassOnFocusDirectoryBrowse(), ClassPushDirectoryBrowseBTN(), GetUNCNamedDrive(), InitializeArrays(), ParseTagField()

Methods inherited from: SY_OpenObject

CheckWhoHasLock(), CreateLockInfo(), RemoveLockInfo(), OpenTable(), OpenTempFile()