Name | Description | Type | Additional Information |
---|---|---|---|
SalesOrderSplitGUID |
The globally unique identifier that represents this Sales Order Split record |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
SplitNum |
A counter used to keep the customer records in the same order that they were added |
integer |
Required |
CustId |
The Agvance ID for the Customer to whom the Sales Order is being sent |
string |
Required Max length: 6 |
CustomerGuid |
The Agvance globally unique identifier of the customer to whom the order is being sent |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
CustomerFirstName |
The first name of the Customer on this record |
string |
Max length: 20 |
CustomerLastName |
The last name of the Customer on this record |
string |
Required Max length: 50 |
CustomerName |
A convenience property joining the first and last names together for the split Customer |
string |
Required Max length: 71 |
PercentS1 |
The default split relationship for new products added to the Sales Order. The line item SplitPercent property overrides this value, it is just a default |
decimal number |
Required |
PercentS2 |
The split percentage used as the default for new products when the Sales Order is created by field and the product's department exists in the SplitName for the S2 relationship |
decimal number | |
PercentS3 |
The split percentage used as the default for new products when the Sales Order is created by field and the product's department exists in the SplitName for the S3 relationship |
decimal number | |
LineItems |
List of Products used to fulfill the Sales Order. Each customer split has their own set of line items for pricing information and as such the products will be exact duplicates with the exception of the pricing information. |
Collection of ClsSalesOrderLineItem |
Required |