For each metadata extract option, the following table lists the constant that identifies the option and the corresponding Name property — either the constant or the name can be passed to IHsvLoadExtractOptions.Item. The table also describes each option and the type of information to be passed to IHsvLoadExtractOption.CurrentValue; see Item and CurrentValue.
The options for extracting dimension members default to TRUE. An exception is the option for system-generated accounts, which defaults to FALSE. |
Table 77. Metadata Extract Options
Usage: Specifies whether Account dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract accounts, otherwise FALSE. | |
Usage: Specifies whether system-generated Account dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract system accounts, otherwise FALSE. If this option is set to TRUE you must also set the ExtractSystemMembers option to TRUE. | |
Usage: Specifies whether application settings are extracted. Pass to CurrentValue: Boolean — TRUE to extract application settings, otherwise FALSE. | |
Usage: Specifies whether consolidation methods are extracted. Pass to CurrentValue: Boolean — TRUE to extract consolidation methods, otherwise FALSE. | |
Usage: Specifies whether currencies are extracted. Pass to CurrentValue: Boolean — TRUE to extract currencies, otherwise FALSE. | |
Usage: Specifies whether Custom 1 dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract Custom 1 members, otherwise FALSE. | |
Usage: Specifies whether Custom 2 dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract Custom 2 members, otherwise FALSE. | |
Usage: Specifies whether Custom 3 dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract Custom 3 members, otherwise FALSE. | |
Usage: Specifies whether Custom 4 dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract Custom 4 members, otherwise FALSE. | |
Usage: Specifies an extract file’s delimiter. Pass to CurrentValue: String — a valid delimiter character. The ValidationList property returns the valid delimiters. | |
Usage: Specifies whether Entity dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract entities, otherwise FALSE. | |
Name property: ExtractSystemMembers Usage: Specifies whether system members are extracted. Pass to CurrentValue: Boolean — TRUE to extract system members, otherwise FALSE. | |
Usage: Specifies whether the metadata extract file is in an ASCII text or XML format. Pass to CurrentValue: Specify one of the constants in Table 78, Metadata File Format Constants. By default, metadata is extracted to ASCII text files. | |
Usage: Specifies whether Intercompany Partner dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract Intercompany Partner dimension members, otherwise FALSE. These are system members, so if this option is set to TRUE you must also set the ExtractSystemMembers option to TRUE. | |
Usage: Specifies whether Scenario dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract scenarios, otherwise FALSE. | |
Usage: Specifies whether Value dimension members are extracted. Pass to CurrentValue: Boolean — TRUE to extract Value dimension members, otherwise FALSE. These are system members, so if this option is set to TRUE you must also set the ExtractSystemMembers option to TRUE. | |