Forum Discussion

OS_Love's avatar
OS_Love
New Contributor III
6 months ago

Consolidation

I have created a literal value parameter  for entity that I want to refer in my finance rules for calculation.   Can someone share me a code where I can look up values from a parameter I set inst...
  • T_Kress's avatar
    6 months ago

    If you go into a Finance BR and type this in the filter box:

    You will find sample code to do that which is this:

    Dim sValue As String = BRApi.Dashboards.Parameters.GetLiteralParameterValue(si, isSystemLevel, workspaceIDIfNotInName, combinedWsAndParamName)

    That should do it.