Forum Discussion

GaneshJ's avatar
GaneshJ
New Contributor II
4 months ago

Getting Dimension Info from Member Name

I am trying to get dimension info using a member name. I came across the function, Dim nValue As Integer = BRApi.Finance.Members.GetDimIdFromMemberId(si, dimTypeId, memberId), but it requires dimType...
  • Henning's avatar
    Henning
    4 months ago

    There may be ways in your code to make this dynamic, but just with the (metadata) member name alone, it will not be possible. As the same name may exist in different dimension types, the system would not know which one the rule is referring to.