ContributionsMost RecentMost LikesSolutionsRe: Refreshing Dashboard and Parameters after a DM Job Unfortunately, there is no BRApi call to refresh an application Re: How to get Date, Time and Time Zone in Report Footer using Cube View Extender Rule. I do not believe there are any built in calls to get user time zone. Account Rec has each user store their local time zone in a user setting table due to this. Re: View OneStream licenses The license key does show number of users enforced. The second field is the number of users allowed by the license. If it shows 999999 then the license allows unlimited users, otherwise it should s...Re: Refreshing Dashboard and Parameters after a DM Job Data Management jobs are background tasks and are started in a separate thread. So the dashboard has no way of knowing about the status of DM job completion. Re: View OneStream licenses What specifically are you looking to see? Did the SystemInfo row not contain the OS license? Or are you looking to get other information from the application? Re: View OneStream licenses Correct, it's the actual key. Re: View OneStream licenses You can view the license from the System tab. Go to Database under Tools and scroll to the System database section. Then select the "SystemInfo" table. Re: Updating WFScenario through a Business Rule Each user's default workflow setting is stored in the WorkflowView.xml file in the File Explorer (see screen shot). Unfortunately, there is no built-in call to update this for each user. You would ...Re: How to call a function in Workspace assemblies? Try this: XFBR(Workspace.Current.MyAssembly.FileName, FunctionName) Re: How to call a function in Workspace assemblies? If the assembly is inside the same workspace you can use "Workspace.Current". Note that you do not need to specify the folder name as you cannot have the same file name i different folders. I'm not...