Class JC_JobPosting_bus

Properties

LOCAL cBatchModule$="J/C"  

Module code for batch processing

LOCAL cBatchTotalVars$="ExtendedCostAmt"+SEP+"BillAmt"+SEP+"ReceiptAmt"+SEP+"RetentionAmt"  
Batch total variables
LOCAL cBatchType$="01"  
Batch type
LOCAL cMainTable$="JC_JobPostingHeader"  
Table maintained by business object
LOCAL cIsSysDB=isFALSE  
System file identifier
LOCAL cRestartFile$="JC_JobPostingRestart"  
Posting register restart file name
PROPERTY PostWIPToGL$   * Read Only *
J/C option value for post wip to G/L
PROPERTY PostToGLForDirectCostTrans$   * Read Only *
J/C option value for post to G/L for direct cost transactions
PROPERTY PostToGLforBillCshRcp$   * Read Only *
J/C option value for post to G/L for bill and cash receipt transactions

Methods

FUNCTION GetNextEntryNo(refNo$)  

Logic to get next available entry number

ParameterDescription
refNo$ [output, string] next entry number
Returns [boolean] True = success, False = failure
FUNCTION Write()  

Writes record

Returns [boolean] True = success, False = failure

Methods inherited from: CI_Account_val

ClassOverrideAccount(), ClassValidateAccount(), ResetAccountIndex()

Methods inherited from: JC_CommonEntry

SetChildColl()