Forum Discussion
You can create a "File Explorer" button on a Dashboard that opens the file share dialog box:
After the dialog opens, you can navigate to the folder where your file is and select a file you want to delete. When you hit the "Select File" button in the dialog, the file name passes to the bound parameter, which passes as an args.NameValueParis to the BR, which deletes the file:
Public Function Delete_Selected_File(ByVal si As SessionInfo, ByVal globals As BRGlobals, ByVal api As Object, ByVal args As DashboardExtenderArgs) As Object Dim configSettings As AppServerConfigSettings = AppServerConfig.GetSettings(si) Dim TFF As List(Of String) = StringHelper.SplitString(targetFile, "/", StageConstants.ParserDefaults.DefaultQuoteCharacter) |
- WernerN3 years agoContributor
Thank you for the 'File Explorer Button' idea. Love it as I can nicely integrate it into an admin dashboard.
Now i just wish that OneStream would introduce the capability for multiple selection. Not only for deleting a file.- NickKroppe3 years agoContributor
Give the MarketPlace solution "File Explorer Manager" a try. It's a recent solution that mirrors the platform file explorer and adds some ease of use functionality such as multiselecting files for download, delete, copy, move, as well as presenting timestamps in the user's time zone.
- WernerN3 years agoContributor
Thank you Nick,
Did not even know that we have this new MarketPlace solution. Already downloaded and in one of my Dev apps.
Related Content
- 10 months ago