| property BOF: Boolean readonly |
| property BranchCode: String(8) [CO Branch Code] readonly |
| property Category1: String(8) [AP Shipment Category 1 Code] readonly setting "AP\ShCat1Alias" |
| property Category2: String(8) [AP Shipment Category 2 Code] readonly setting "AP\ShCat2Alias" |
| property Comment: String(30) [Comment] readonly |
| property CreditorCode: String(16) [AP Creditor Code] readonly |
| property CreditorName: String(60) [Name U] readonly |
| property CurrencyCode: String(3) [CO Currency Code] readonly required |
| property Custom1: String(30) [Short Custom Text] readonly |
| property Custom2: String(30) [Short Custom Text] readonly |
| property CustomisationJSON: String |
| property DefaultJobCode: String(16) [JC Job Code] readonly |
| property DefaultLocationCode: String(8) [IC Location Code] readonly |
| property DepartmentCode: String(8) [CO Department Code] readonly |
| property DocumentClass: String(1) [APShipmentType] readonly
| Values: S (Shipment), I (Invoice Only), R (Receipt Only) |
|
| property DocumentDate: Date readonly |
| property DocumentID: Number [Integer] readonly |
| property DocumentType: String(1) [DocumentType] readonly
| Values: N (Normal), H (Historic) |
|
| property EOF: Boolean readonly |
| property InvoicePeriodID: Number [Period ID] readonly |
| property InvoicePeriodName: String(60) [Name] readonly |
| property InvoiceReference: String(30) [Reference] readonly |
| property InvoiceStatus: String(1) [APShipmentInvoiceStatus] readonly
| Values: U (Unposted), P (Posted), D (Deleted), N (Not Applicable) |
|
| property OrderNos: String(30) [Custom] readonly |
| property OriginationDate: Date readonly |
| property PeriodID: Number [Period ID] readonly |
| property PeriodName: String(60) [Name] readonly |
| property PostStatus: String(1) [APShipmentPostStatus] readonly
| Values: U (Unprocessed), O (Open), P (Processed), D (Deleted) |
|
| property ReceiptDate: Date readonly |
| property ReceiptPeriodID: Number [Period ID] readonly |
| property ReceiptPeriodName: String(60) [Name] readonly |
| property ReceiptReference: String(30) [Reference] readonly |
| property ReceiptStatus: String(1) [APShipmentReceiptStatus] readonly
| Values: U (Unposted), P (Posted), D (Deleted), N (Not Applicable) |
|
| property Reference: String(30) [Reference] readonly |
| property ShipmentAmount: Number [FX Amount] readonly |
| property ShipmentAmountBs: Number [Amount] readonly |
| property ShipmentGross: Number [FX Amount] readonly |
| property ShipmentGrossBs: Number [Amount] readonly |
| property ShipmentGst: Number [FX Amount] readonly |
| property ShipmentGstBs: Number [Amount] readonly |
| method First |
| method GetPropertyValue(PropertyName: String): Variant |
| method Last |
| method LoadCustomisation(UserCode: String) |
| method LoadCustomisationJson(FileOrJSON: String) |
| method Next |
| method Open: Object |
| method Prev |
| method PropertyType(PropertyName: String): String |
| method SaveCustomisation(UserCode: String) |
| method SetPropertyValue(PropertyName: String, Value: Variant) |