Uses the Component:FinancialMetricsHeaderType
For each FinancialMetrics represented in the DataArea of the Financial Metrics Business Object Document, there must be once occurrence of the Header Component.
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 | |
AccountingDateYearMonthDate | 1..1 | Field | qdt:YearMonthDateType | ||
AccountingTermCode |
Term of Account Information | 0..1 | Field | scl:AccountingTermEnumeratedType | |
CountNumeric | 0..1 | Field | udt:NumericType | ||
FileVersionNumberString |
Indicates the version of validation performed on the data | 0..1 | Field | qdt:StringType | |
OrganizationID |
Member Identification number of affiliate organization | 0..1 | Field | udt:IdentifierType |
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. FinancialMetricsHeader
<FinancialMetricsHeader> <DocumentDateTime>......</DocumentDateTime> [0..1] <SecondaryPassword>......</SecondaryPassword> [0..1] <SecondaryDealerNumberID>......</SecondaryDealerNumberID> [0..1] <DocumentIdentificationGroup>......</DocumentIdentificationGroup> [1..1] <AccountingDateYearMonthDate>......</AccountingDateYearMonthDate> [1..1] <AccountingTermCode>......</AccountingTermCode> [0..1] <CountNumeric>......</CountNumeric> [0..1] <FileVersionNumberString>......</FileVersionNumberString> [0..1] <OrganizationID>......</OrganizationID> [0..1] </FinancialMetricsHeader>