Class JC_JobFieldReportEntry_bus

Inherits

JC_CommonEntry

Properties

LOCAL cBatchModule$="J/C"  

Module code for batch processing

LOCAL cBatchType$="03"  

Batch type

LOCAL cMainTable$="JC_JobFieldReportHeader"  

Table maintained by business object

Methods

FUNCTION LockTable(lockstate)  

Logic to check and lock main table

ParameterDescription
lockstate [input, numeric] Flag for locking table
Returns [boolean] True if success, False if failure
FUNCTION RemoveLockTable()  

Closes locked table

Returns [boolean] Always returns success
FUNCTION SetChildColl()  

Sets child collections

Returns [boolean] Always returns success
FUNCTION SetDefaults()  

Sets the default values for the fields in a new record

Returns [boolean] Always returns success
FUNCTION ValidatePercentComplete(value)  

Sets Report Date when Percent Complete is changed

Returns [boolean] Always returns success