Solved
How to get the WorkspaceID (GUID) from within an Extensibility Rule
OS Version 7.3.3
My files are stored in a Named Workspace, "Finance WS"
I want to open a file stored in Finance WS. How do I get the workspace guid to accces the file?
Dim guidWs as Guid = ???
BRApi.Dashboards.FileResources.GetFileResource(si, False, guidWs, strFilename)
