08-18-2022
12:27 PM
- last edited
3 weeks ago
by
JackLacava
Hi everybody,
I would like to schedule an automatic extract of the security (users/groups/roles)
I plan to use a data management job and a BR but I cannot find the syntax of the rule. The code "applicationZipFileHelper" does not extract the security, only the application.
Thank you for your help
Solved! Go to Solution.
08-23-2022 12:16 PM - edited 08-23-2022 12:17 PM
Hi Stan - Attached is a utility for automatic extracts of metadata (metadata, fx rates and security).
08-23-2022 12:16 PM - edited 08-23-2022 12:17 PM
11-27-2022 04:00 PM
02-21-2023 01:53 PM
Hi Keith, this is great. I seem to be missing one function in the BR though. The delete section seems to reference a RegEx function that I do not have. How do I get that?
02-28-2023 01:27 PM
Hi Teresa - Use the newer version (ALE) posted above or add the following to the Imports section of the BR:
Imports System.Text.RegularExpressions
08-29-2022 12:17 PM
thank you Keith