Hi, the custom fields can be exposed via the ConfirmEntityInstanceInfo
object in a dashboard dataset rule. This information also naturally
lives in the application database table called ConfirmRuleInstances.
Regards, Nick Kroppe
As Christian mentioned, you can use this to execute a BRApi against
other applications that exist within the same environment by retrieving
another application's session info. A powerful use case I've seen is to
create a UD8 dynamic calc that enables...
Hi, Below is a code example outlining how you may be able to delete
files that exist in a given folder stored on the application database
file structure. 'get the folder you wish to delete files from in the
application database Dim folder As XFFolder...
You can accomplish this by creating a file item within your new book
that points to another XF doc book file that is saved in OneStream.
Regards, Nick Kroppe
Keep in mind, you also have the ability to pull attribute data from
stage directly into a cube view or quick view via a UD8 dynamic calc. In
addition, you can report on attribute data from stage with a table view
in Spreadsheet. Lastly, in 6.8 we now...