Page 1 of 1

ElementSecurityPut() function

Posted: Thu Apr 04, 2013 2:29 pm
by TM1ethusiast
Hi All,I want to assign different level of security to multiple securtiy groups at once or dynamically.I am using ElementSecurityPut TI function but i think its limitation is it assigns security of one group at once.Can i make it dynamic to assign different level of security to multiple groups and for multiple dimension and elements.Thanks in advance.

Re: ElementSecurityPut() function

Posted: Thu Apr 04, 2013 2:39 pm
by jim wood
You put rules in place on security cubes once they exist. So yes you can dynamically assign security. The only down side is you need to refresh security. ElementSecurityPu is limited in the same way that CellPutS is limited. Security is cube based hence it doing 1 group at a time a time as it is effectively writing a value to a cube. I hope that helps,

Jim.

Re: ElementSecurityPut() function

Posted: Sun Apr 07, 2013 7:35 pm
by PlanningDev
Do you have to run a security refresh with ElementSecurityPut? Or is that only if you manually change a security cube/ or have rule derived security?

Re: ElementSecurityPut() function

Posted: Mon Apr 08, 2013 1:48 pm
by jim wood
If you use ElementSecurityPut you don't have to refresh security. (As far as I remember. It's been a while.)