CustomerItemCrossReference
Represents cross-reference mappings between internal items and customer-specific item identifiers, enabling lookup and translation of item names on customer transactions.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the customer item cross-reference record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the customer item cross-reference record was created. |
| auditModifiedBy | String | True |
The user who last modified the customer item cross-reference record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the customer item cross-reference record was last modified. |
| customer_Href | String | True |
The URL of the customer associated with this item cross-reference. |
| customer_Id | String | False |
The Id of the customer associated with this item cross-reference. |
| customer_Key | String | False |
The system-assigned key of the customer associated with this item cross-reference. |
| customer_Name | String | False |
The name of the customer associated with this item cross-reference. |
| href | String | True |
The URL of the customer item cross-reference resource. |
| id | String | True |
The unique identifier of the customer item cross-reference record. |
| itemAliasDescription | String | False |
The customer-specific description for the aliased item. |
| itemAliasId | String | False |
The customer-specific item Id used to reference this item. |
| item_Href | String | True |
The URL of the item associated with this cross-reference. |
| item_Id | String | False |
The Id of the item associated with this cross-reference. |
| item_Key | String | False |
The system-assigned key of the item associated with this cross-reference. |
| item_Name | String | False |
The name of the item associated with this cross-reference. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the customer item cross-reference record. |
| referenceType | String | False |
The reference type that categorizes this customer item cross-reference. |
| referenceTypeContext | String | False |
The context in which the reference type is applied for this customer item cross-reference. |
| unit | String | False |
The unit of measure used by the customer for this item. |