kReturnOrderLine
RMA Line
Info
Inherits from kDataObject
Abstract
Properties
| Name | Type | Label | List | Owned | Cluster | Mandatory | Unique | Note |
|---|---|---|---|---|---|---|---|---|
| LineId | tkInteger | Line ID | ||||||
| ExternalOrderRowID | tkDescription | External Line ID | - | |||||
| SalesOrderLine | kSalesOrder_Lines | Sales Order Line | ||||||
| ProductType | tkOmniProductType | Product Type | ||||||
| Product | kProduct | Product | ||||||
| RequestedQuantity | tkValue | Requested Quantity | ||||||
| AuthorizedQuantity | tkValue | Authorized Quantity | - | |||||
| NotAuthorizedQuantity | tkValue | Not Authorized Quantity | - | |||||
| ReturnedQuantity | tkValue | Returned Quantity | - | |||||
| QCReturnedQuantityApproved | tkValue | QC Approved Quantity | - | |||||
| QCReturnedQuantityRejected | tkValue | QC Rejected Quantity | - | |||||
| ReturnOrderReason | kReturnOrderReason | Return Reason | - | |||||
| ReturnOrderCondition | kReturnOrderCondition | Return Condition | - | |||||
| ReturnOrderResolution | kReturnOrderResolution | Resolution | - | |||||
| GrossPrice | tkPrice | Gross Price | - | |||||
| GrossPrice.Value | tkValue | Price | - | |||||
| GrossPrice.Currency | kCurrency | Currency | - | |||||
| GrossPrice.UnitOfMeasure | kUnitOfMeasure | UOM | - | TODO: true only if tkvalue<>0 | ||||
| NetPrice | tkPrice | Net Price | - | |||||
| NetPrice.Value | tkValue | Price | - | |||||
| NetPrice.Currency | kCurrency | Currency | - | |||||
| NetPrice.UnitOfMeasure | kUnitOfMeasure | UOM | - | TODO: true only if tkvalue<>0 | ||||
| VATCode | kVATCode | VAT Code | - | |||||
| Inherited from kDataObject | ||||||||
| Id | tkUnique | Id | ||||||
| ClassName | tkCode | Class Name | - | |||||
| CreatedBy | tkCode | Created BY | - | |||||
| LastModifiedBy | tkCode | Last Modified By | - | |||||
| CreatedDate | tkDateTime | Created Date | - | |||||
| LastModifiedDate | tkDateTime | Last Modified Date | - | |||||
| RevisionNumber | tkInteger | Revision Number | - | |||||
| WorkflowStatus | kWorkflowStatus | Workflow Status | - | |||||
| OwnedOnRequest | tkYesNo | Is owned on request | - | |||||
| Origin | kSystem | Origin | - | |||||
| LastModifiedProcess | tkGuid | Last process | - | |||||
(E) : Type have an event assigned to it, look at type documentation for mode details
(A) : Property have an autocoderole, look autocoderole grid for mode details
Events
| When | Method Name | Module | Parameters | On | Off | Asynch |
|---|---|---|---|---|---|---|
| beforeinsert (I) | OnInitWorkFlow | kCoreServices | ||||
| afterinsert (I) | AutoTransition | kCoreServices | ||||
| afterupdate (I) | AutoTransition | kCoreServices | workflowstatus |
IncrementalSearch
Inherited from kDataObject
- class : kDataObject
- searchproperty : id
- displayproperties : id,ClassName
- displaytextproperties : id,ClassName
Inherited
- kReturnOrder_Lines
- And 1 more
Used By
| Class | Property |
|---|---|
| kReturnOrder | Lines |