Uses the Component:StandardCodesHeaderType
Standard Codes Header
Table 6.2. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DocumentDateTime |
Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. | 0..1 | Field | udt:DateTimeType | |
| SecondaryPassword |
Secondary password used to validate access to the dealer information | 0..1 | Field | udt:TextType | |
| SecondaryDealerNumberID |
Identifies secondary dealer number if different than primary "Dealer Number" | 0..1 | Field | udt:IdentifierType | |
| DocumentIdentificationGroup |
A group of identifications that uniquely identifies this document | 1..1 | Component | DocumentIdentificationGroupType | |
| EffectiveDate |
Effective date | 0..1 | Field | udt:DateType | |
| CodesAction |
Type of Action forCodes - A= Add to existing table, D= Delete existing table by Code, DA = Delete total table, N = Intital table load, R = Replace existing table by Code, RA = Replace total table | 0..1 | Field | scl:CodesActionEnumeratedType | |
| TableDescription |
Description of table | 0..* | Field | udt:TextType | |
| TableRights |
Identifying the table process access rights | 0..1 | Field | udt:TextType | |
| LanguageCode | 0..1 | Field | sqdt:LanguageCodeType | ||
| Usage | 0..* | Component | UsageType | ||
| CategoryCode |
Manufacturer assigned code for categorizing | 0..1 | Field | udt:CodeType | |
| SubCategoryCode |
A sub-category code that relates to a category code. | 0..* | Field | udt:CodeType | |
| LineItemCountNumeric |
The number of detail line items included in the bod, used primarily for auditing purposes. | 0..1 | Field | udt:NumericType | |
| TableName |
The table name used for the codes. In STAR 4.x this was represented by the DocumentID. | 0..1 | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.2. StandardCodesHeader
<StandardCodesHeader>
<DocumentDateTime>......</DocumentDateTime> [0..1]
<SecondaryPassword>......</SecondaryPassword> [0..1]
<SecondaryDealerNumberID>......</SecondaryDealerNumberID> [0..1]
<DocumentIdentificationGroup>......</DocumentIdentificationGroup> [1..1]
<EffectiveDate>......</EffectiveDate> [0..1]
<CodesAction>......</CodesAction> [0..1]
<TableDescription>......</TableDescription> [0..*]
<TableRights>......</TableRights> [0..1]
<LanguageCode>......</LanguageCode> [0..1]
<Usage>......</Usage> [0..*]
<CategoryCode>......</CategoryCode> [0..1]
<SubCategoryCode>......</SubCategoryCode> [0..*]
<LineItemCountNumeric>......</LineItemCountNumeric> [0..1]
<TableName>......</TableName> [0..1]
</StandardCodesHeader>