Forum Discussion

Montreux's avatar
Montreux
New Contributor III
3 years ago

ADM_SolutionHelper

I have a case where the client needs to add members to a dimension regularly and the ADM, Add Dimension Members, dashboard is idea as found in GolfStream.  However, there is a problem in the ADM_Solu...
  • Montreux's avatar
    3 years ago

    Got it. Comment out lines 135, 136, 137, add a new line as follows.

    'Dim newMem As New Member(newMemPk)
    Dim newMem As New Member(newMemPk,memberName,MemberNameDescription,dimensionPK.DimId)
    'newMem.Name = memberName
    'newMem.DimId = dimensionPk.DimId 'parentMem.Member.DimId

Related Content