OKay - I need to do the OPPOSITE of ElementSecurityPut. I need to write a TI process that Retrieves the current Element Security for a group and if it is currently WRITE, change it to READ. I could not find a command to use to retrieve the value.
Thanks
Donap
You can use the following function in your TI process:
ElementSecurityGet ( YourDimension, TheElement, TheGroup ) ;
Use this to get the current security level and test on the retrieved value if it is "WRITE" and if so, change it using the ElementSecurityPut command
HTH
Ajay
AJAYC - Again - My thanks to you. The way TM1 documentation is set up, This did not appear in any of my web searching.