Hi All,
I'm wondering if it is possible/a way to extract a list of permission rights from Dataminer onto an Excel spreadsheet? I am avoiding to do this manually.
Many thanks
Paulo Henriques [SLC] [DevOps Member] Answered question 2 days ago
Hi Fery,
Technically, it is possible to extract that information, although not in a straightforward way.
You can try using the internal call GetInfoMessage
with the type SecurityInfo
, connected to one of the DMAs, and then process the response to generate a report as needed. This could be done, for example, via an automation script.
Paulo Henriques [SLC] [DevOps Member] Answered question 2 days ago