ReasonCodeTableRefType Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Table reference type. Maps to RBOInfocodeRefTAbleIdBase enum in AX.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration ReasonCodeTableRefType
'Usage
Dim instance As ReasonCodeTableRefType
[DataContractAttribute]
public enum ReasonCodeTableRefType
[DataContractAttribute]
public enum class ReasonCodeTableRefType
Members
Member name | Description | |
---|---|---|
None | No type = 0. | |
Item | INVENTTABLE = 1. | |
Customer | RETAILCUSTTABLE = 2. | |
Tender | RETAILSTORETENDERTYPETABLE = 3. | |
CreditCard | RETAILSTORETENDERTYPECARDTABLE = 4. | |
IncomeExpense | RETAILINCOMEEXPENSEACCOUNTTABLE = 5. | |
ItemDepartment | RETAILINVENTITEMDEPARTMENT = 6. | |
ItemGroup | RboInventItemGroup = 7. | |
HierarchyTable | RBOHierarchyTable = 8. | |
InventTable | InventTable = 9. | |
Affiliation | RetailAffiliation = 10. |