For each metadata load 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 loading dimension members default to TRUE, and the options for clearing previously loaded members default to FALSE. |
Table 76. Metadata Load Options
Usage: Specifies whether Account dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load accounts, otherwise FALSE. | |
Usage: Specifies whether system accounts are loaded. Pass to CurrentValue: Boolean — TRUE to load system accounts, otherwise FALSE. These are system members, so if this option is set to TRUE you must also set the LoadSystemMembers option to TRUE. | |
Usage: Specifies whether application settings are loaded. Pass to CurrentValue: Boolean — TRUE to load application settings, otherwise FALSE. | |
Usage: Specifies whether to validate the integrity of the metadata file against the metadata in the current application. If integrity errors occur, they are noted in the log file and no portion of the file is loaded into the application. Pass to CurrentValue: Boolean — TRUE to check integrity, otherwise FALSE. | |
Usage: Specifies whether previously loaded Account dimension members are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded accounts, otherwise FALSE. | |
Name property: ClearConsolMethods Usage: Specifies whether existing consolidation methods are cleared before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded consolidation methods, otherwise FALSE. | |
Name property: ClearCurrencies Usage: Specifies whether previously loaded currencies are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded currencies, otherwise FALSE. | |
Usage: Specifies whether previously loaded Custom 1 dimension members are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded Custom 1 members, otherwise FALSE. | |
Usage: Specifies whether previously loaded Custom 2 dimension members are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded Custom 2 members, otherwise FALSE. | |
Usage: Specifies whether previously loaded Custom 3 dimension members are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded Custom 3 members, otherwise FALSE. | |
Usage: Specifies whether previously loaded Custom 4 dimension members are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded Custom 4 members, otherwise FALSE. | |
Usage: Specifies whether previously loaded Entity dimension members are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded entities, otherwise FALSE. | |
Usage: Specifies whether previously loaded Scenario dimension members are deleted before metadata is loaded. Pass to CurrentValue: Boolean — TRUE to delete previously loaded scenarios, otherwise FALSE. | |
Usage: Specifies whether consolidation methods are loaded. Pass to CurrentValue: Boolean — TRUE to load consolidation methods, otherwise FALSE. | |
Usage: Specifies whether currencies are loaded. Pass to CurrentValue: Boolean — TRUE to load currencies, otherwise FALSE. | |
Usage: Specifies whether Custom 1 dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load Custom 1 dimension members, otherwise FALSE. | |
Usage: Specifies whether Custom 2 dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load Custom 2 dimension members, otherwise FALSE. | |
Usage: Specifies whether Custom 3 dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load Custom 3 dimension members, otherwise FALSE. | |
Usage: Specifies whether Custom 4 dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load Custom 4 dimension members, otherwise FALSE. | |
Usage: Specifies a load file’s delimiter. Pass to CurrentValue: String — a valid delimiter character. Note that the ValidationList property returns the valid delimiters. | |
Usage: Specifies whether Entity dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load entities, otherwise FALSE. | |
Usage: Specifies whether the metadata load 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, ASCII text files are loaded. | |
Usage: Specifies whether Intercompany Partner dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load Intercompany Partner dimension members, otherwise FALSE. These are system members, so if this option is set to TRUE you must also set the LoadSystemMembers option to TRUE. | |
Name property: LoadSystemMembers Usage: Specifies whether system members are loaded. Pass to CurrentValue: Boolean — TRUE to load system members, otherwise FALSE. | |
Usage: Specifies whether a load file is loaded or is merely scanned for syntax accuracy when Load is called. Pass to CurrentValue: Boolean — TRUE to scan without loading, FALSE to load the metadata. By default, this option is set to FALSE. | |
Usage: Specifies whether Scenario dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load scenarios, otherwise FALSE. | |
Usage: Specifies whether the metadata replaces or is merged with existing metadata. Pass to CurrentValue: Boolean — TRUE to replace existing metadata, FALSE to merge with existing metadata. Note that this option is set to FALSE by default. | |
Usage: Specifies whether Value dimension members are loaded. Pass to CurrentValue: Boolean — TRUE to load Value dimension members, otherwise FALSE. These are system members, so if this option is set to TRUE you must also set the LoadSystemMembers option to TRUE. |