kGiftCardTransaction
Gift Card Transaction
Info
Inherits from kDataObject\kDataBasic
Properties
| Name | Type | Label | List | Owned | Cluster | Mandatory | Unique | Note |
|---|---|---|---|---|---|---|---|---|
| GiftCard | kGiftCard | Gift Card | - | |||||
| TransactionDate | tkDateTime | Date/Time of Transaction | ||||||
| ReasonCode | kGiftCardTransactionReasonCode | Reason Code | - | |||||
| SaleCurrencyTransactionAmount | tkAmount | Amount of the Transaction | - | |||||
| SaleCurrencyTransactionAmount.Value | tkValue | Amount | - | |||||
| SaleCurrencyTransactionAmount.Currency | kCurrency | Currency | - | mandatory(true) {TODO: Mandatory only if Value<>0} | ||||
| CardCurrencyTransactionAmount | tkAmount | Amount of the Transaction converted in Card Currency | - | |||||
| CardCurrencyTransactionAmount.Value | tkValue | Amount | - | |||||
| CardCurrencyTransactionAmount.Currency | kCurrency | Currency | - | mandatory(true) {TODO: Mandatory only if Value<>0} | ||||
| LoyaltyCustomer | kLoyaltyCustomer | Customer | - | |||||
| SaleTransaction | kSaleTransaction | Sale Transaction | - | |||||
| SaleTransactionLine | kSaleTransactionLine | Sale Transaction Line | - | |||||
| Store | kStore | Store | - | |||||
| Reference | tkDescription | Reference | - | |||||
| VoidedBy | kGiftCardTransaction | - | ||||||
| VoidedTransaction | kGiftCardTransaction | - | ||||||
| ExternalId | tkDescription | ExternalId | - | |||||
| Inherited from kDataBasic | ||||||||
| Code | tkCode | Code | ||||||
| Description | tkTranslatableDescription | Description | - | |||||
| Remark | kRemark | Remark | Owned | - | ||||
| 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
Autocoderoles
| Property | Ignore user input | When | Code part | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Type | Value | Start | Length | Fill Char | Dir | Seq. Suf. | Prefix | Limit Len | |||
| code | insert | fixed | VB | ||||||||
| fixed | ##date:yyyy## | ||||||||||
| sequence | basegiftcardtransaction | 10 | 0 | left | |||||||
Events
| When | Method Name | Module | Parameters | On | Off | Asynch |
|---|---|---|---|---|---|---|
| afterinsert | OmniCommerce_GiftCardTransaction_EventChanged | kOmniCommerce | ||||
| beforeinsert (I) | OnInitWorkFlow | kCoreServices | ||||
| afterinsert (I) | AutoTransition | kCoreServices | ||||
| afterupdate (I) | AutoTransition | kCoreServices | workflowstatus |
IncrementalSearch
Inherited from kDataBasic
- class : kDataBasic
- searchproperty : description,code
- displayproperties : code,description
Used By
| Class | Property |
|---|---|
| kOmniGiftCardAuthTransaction | GiftCardSaleTransaction |
| kGiftCardTransaction | VoidedBy |
| kGiftCardTransaction | VoidedTransaction |
| kBusinessDocumentLine | GiftCardTransaction |
| kReceiptLine | GiftCardTransaction |
| kReceiptPayment | GiftCardTransaction |