| property BatchClass: String(1) [JCBatchClass] readonly
| Values: T (Timesheet), B (Batch), D (Disbursement), S (Standing) |
|
| property BatchID: Number [JC Batch ID] readonly required |
| property BOF: Boolean readonly |
| property BranchCode: String(8) [CO Branch Code] readonly |
| property Comment: String(30) [Comment] readonly |
| property ComponentCode: String(8) [JC Component Code] readonly setting "JC\ComponentAlias" |
| property ControlQuantity: Number [Quantity] readonly |
| property ControlTotal: Number [Amount] readonly |
| property CostCentreCode: String(8) [JC Cost Centre Code] readonly setting "JC\CostCentreAlias" |
| property CreatedDate: Date readonly |
| property CreatedTime: Date readonly |
| property CreatedTimestamp: Date readonly |
| property CreatedUserCode: String(8) [CO User Code] readonly |
| property CreditorCode: String(16) [AP Creditor Code] readonly |
| property CustomisationJSON: String |
| property DepartmentCode: String(8) [CO Department Code] readonly |
| property Details: String(60) [Description] readonly |
| property EOF: Boolean readonly |

| property FilterSort: Object readonly
|
| property GridTotalled: Boolean |
| property HasLinks: Boolean [Boolean] readonly calculated |
| property HasMemos: Boolean [Boolean] readonly calculated |
| property JobCode: String(16) [JC Job Code] readonly |
| property JobName: String(60) [Name] readonly calculated |
| property JobPersonCode: String(8) [JC Job Person Code] readonly required |
| property LocationCode: String(8) [IC Location Code] readonly |
| property ModifiedDate: Date readonly |
| property ModifiedTime: Date readonly |
| property ModifiedTimestamp: Date readonly |
| property ModifiedUserCode: String(8) [CO User Code] readonly |
| property PeriodID: Number [Period ID] readonly required |
| property PeriodName: String(40) [Period Name] readonly calculated |
| property PeriodNo: Number [SmallInt] readonly |
| property PostStatus: String(1) [JCPostStatus] readonly
| Values: U (Unposted), O (Open), P (Posted), D (Deleted) |
|
| property PrintStatus: String(1) [JCPrintStatus] readonly
| Values: U (Unprinted), P (Printed) |
|
| property ProductCode: String(28) [IC Product Code] readonly |
| property RecordRevision: Number [Record Revision] readonly |
| property Reference: String(30) [Reference] readonly |
| property ReferenceAlpha: String(30) [Reference] readonly |
| property SourceID: Number [Source ID] readonly |
| property SourceModule: String(2) [Module Code] readonly required |
| property TotalCost: Number [Amount] readonly |
| property TotalQuantity: Number [Quantity] readonly |
| property TotalSellBs: Number [Amount] readonly |
| property TransactionDate: Date readonly |
| property TransactionType: String(1) [JCTranType] readonly
| Values: T (Time), M (Material), D (Disbursement), N (Narrative) |
|
| property Unit: String(8) [Unit] readonly |
| property UOMCode: String(8) [CO UOM Code] readonly |
| property YearNo: Number [SmallInt] readonly |
| method Delete |
| method First |
| method GetPropertyValue(PropertyName: String): Variant |
| method GetTotalValue(FieldName: String): Number [Integer] |
| method Insert: Object |
| method InsertBatch: Object |
| method InsertDisbursement: Object |
| method InsertStanding: Object |
| method InsertTimesheet: Object |
| method Last |
| method LoadCustomisation(UserCode: String) |
| method LoadCustomisationJson(FileOrJSON: String) |
| method Next |
| method Open: Object |
| method Post |
| method PostAll |
| method Prev |
| method Print: Object |
| method PropertyType(PropertyName: String): String |
| method Refresh |
| method SaveCustomisation(UserCode: String) |
| method SetPropertyValue(PropertyName: String, Value: Variant) |