GetAllURLNames

Retrieves the full list of URL names currently in Financial Management.

Syntax

<HsvData>.GetAllURLNames pvarabstrURLNames
ArgumentDescription
pvarabstrURLNamesVariant array. Array of URL names.

Example

This function is intended to be used prior to calling LoadDrillableRegions in “Replace by URL name” mode and ExtractDrillableRegionsByURLNames. The returned BSTR array pvarabstrURLNames from GetAllURLNames can be modified if needed and then used in the load and extract functions as an input. The following example will extract all existing URL names in Financial Management.

fsVARIANT *pvarabstrURLNames; GetAllURLNames (pvarabstrURLNames);

An example of the returned BSTR array pvarabstrURLNames would contain “ERPI_USSales,” “ERPI_EUSales” and “ERPI_Salary.”