Page 1 of 1

TM1 Security Import

Posted: Tue Nov 10, 2020 1:34 pm
by vvsreddy
Hi,

Need help in importing security from a csv file and assign the groups at element level using a TI.
I have a requirement of creating new groups (All users will be assigned to new groups - 1 user per group). After creating the groups, i am thinking of having a below CSV file imported into the system via a process across the element hierarchy and assigning the access to group.

Element Name1 New_Group1 READ
Element Name1 New Group2 WRITE

Regards,
vvsreddy

Re: TM1 Security Import

Posted: Tue Nov 10, 2020 1:42 pm
by Wim Gielis
It's nothing more than a CellPutS in the right cell of the right }ElementSecurity_ cube...

Re: TM1 Security Import

Posted: Tue Nov 10, 2020 3:43 pm
by Emixam
Or use the ElementSecurityPut function. This will create the }ElementSecurity_ cube if it's not already created.

Re: TM1 Security Import

Posted: Wed Nov 11, 2020 7:18 am
by vvsreddy
Thanks for the replies