Solved
Entity Security using extender rule
Hi - Has anyone created entity readdatagroup using the below function
Dim objGroup As Group = Group.CreateEntityReadDataGroup()
Any help would be appreciated
Hi - Has anyone created entity readdatagroup using the below function
Dim objGroup As Group = Group.CreateEntityReadDataGroup()
Any help would be appreciated
I found the solution and the below is the code sample for updating the Entity Security Group. The below update the Display Group for an entity
'Assign the Display Group
Dim objWritableMember As WritableMember = BRApi.Finance.Members.ReadWritableMemberNoCache(si, dimTypeId.Entity, EntityName)
objWritableMember.ReadDataGroupUniqueID2 = BRApi.Security.Admin.GetGroup(si,ReadDataGroup2).Group.UniqueID
BRapi.Finance.MemberAdmin.SaveMemberInfo(si,True,objWritableMember,False,Nothing,False,Nothing,TriStateBool.FalseValue)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.