Forum Discussion
ChristianW
3 years agoValued Contributor
I just tested it. You can use it to access data from another application:
Dim oar As New OpenAppResult
Dim osi As SessionInfo = BRApi.Security.Authorization.CreateSessionInfoForAnotherApp(si, "OtherApp", oar)
If oar = OpenAppResult.Success Then
Dim dciums As DataCellInfoUsingMemberScript = brapi.Finance.Data.GetDataCellUsingMemberScript(osi, "OtherAppsCube", "OtherAppsDatacellPov")
brapi.ErrorLog.LogMessage(si, "Cell Amount" & dciums.DataCellEx.DataCell.CellAmount)
end if
- WernerN11 months agoContributor
Thanks Christian for sharing your experience not only with advise but as always also with ready-to-use code.
Related Content
- 3 months ago
- 8 months ago