Montreux
3 years agoNew Contributor III
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...
- 3 years agoGot 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