Forum Discussion

AndreaF's avatar
AndreaF
Contributor III
2 years ago

Command returning all Application Currencies

Hi, is there an BrApi command that returns the Application Currencies, ideally as a list of strings? I would like to use the output, i.e. the list of currencies, in an Extender business ru...
  • JackLacava's avatar
    2 years ago

    BRApi.Utilities.GetApplicationProperties(si).CurrencyFilter. Manipulate it with StringHelper.SplitString to get it as a List of String objects.