Can you set permissions in bulk for all macros in an app or TA? I want to set all macros in the Windows AD app to read.
Thanks.
Not from the GUI but you can create a local.meta file inside your app in a directory called metadata with the following contents
[macros]
access = read : [ * ], write : [ admin ]
Not from the GUI but you can create a local.meta file inside your app in a directory called metadata with the following contents
[macros]
access = read : [ * ], write : [ admin ]
Thanks! SBG...
@woodcock
is the "export = system" statement required?
That sets the scope, which is either App (value of none) or Global (value of system).
Cool. Thanks.