Table 2115 O365 Coupon Claim in 18
- App
- Base Application
Fields, 20Keys, 1Procedures, 14
Versions171819202122232425262728latest
Source-
Fields, 20
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Claim ID | Text[150] | - |
| 2 | Graph Contact ID | Text[250] | - |
| 3 | Usage | Option | - |
| 4 | Offer | Text[250] | - |
| 5 | Terms | Text[250] | - |
| 6 | Code | Text[30] | - |
| 7 | Expiration | Date | - |
| 8 | Discount Value | Decimal | - |
| 9 | Discount Type | Option | - |
| 10 | Created DateTime | DateTime | - |
| 11 | Is Valid | Boolean | - |
| 12 | Status Text | Text[50] | - |
| 13 | Amount Text | Text[30] | - |
| 14 | Is applied | Boolean | - |
| 15 | Document Type Filter | Option | - |
| 16 | Document No. Filter | Code[20] | - |
| 17 | Offer Blob | Blob | - |
| 18 | Terms Blob | Blob | - |
| 8001 | Last Modified DateTime | DateTime | - |
| 8002 | Customer Id | Guid | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Claim ID, Graph Contact ID | - |
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetAppliedClaimsForSalesDocument | (Record Sales Header) | Text | public | - |
| GetOffer | () | Text | public | - |
| SetOffer | (Text) | public | - | |
| GetTerms | () | Text | public | - |
| SetTerms | (Text) | public | - | |
| GetCouponPseudoCode | () | Text | public | - |
| UpdateStatusText | () | public | - | |
| Apply | () | Boolean | public | - |
| Unapply | () | Boolean | public | - |
| RedeemCouponsForSalesDocument | (Record Sales Header) | public | - | |
| RedeemCoupon | (Code[20]) | public | - | |
| AppliedStatusText | () | Text[50] | public | - |
| CouponsExistForCustomer | (Code[20]) | Boolean | public | - |
| UpdateCustomerId | () | public | - |