BAM : URL Created On Open Dashboard Action Contains Extra Square Bracket
(Doc ID 2541958.1)
Last updated on MAY 14, 2019
Applies to:
Oracle BAM (Business Activity Monitoring) - Version 12.2.1.2.0 and laterInformation in this document applies to any platform.
Goal
On : 12.2.1.2.0 version,
BAM : URL created on Open Dashboard Action contains extra square bracket
URL created on Open Dashboard Action contains extra square braces. Hence the target dashboard doesn't show any data since the parameter value does not match.
The URL which gets formed on selecting the record and clicking the play button is as follows:
---
http://:/bam/composer/faces/proxypage?DashboardParameters=(TaskId=[[<TASKID>]];)&dashboard=TaskDetailsDrilldown&project=User
---
Extra square bracket gets added.
If removed this extra bracket the URL which gets formed is as follows: (without extra bracket)
---
http://:/bam/composer/faces/proxypage?DashboardParameters=(TaskId=[<TASKID>];)&dashboard=TaskDetailsDrilldown&project=User
---
And then it works - shows the data in the target dashboard based on the parameter value passed.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |