Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Best practice to pass parameters to BIP reports in the URL
Content
Hi,
we need to embed a button in the performance document page in order to print a custom version of the performance document.
We did the following: we created a custom html markup and we created an html button (see screenshot) using the following code:
#{'<button class="xea p_AFTextOnly" onclick="window.open(\'../../xmlpserver/Custom/Human%20Capital%20Management/Evaluation/Evaluation.xdo?_xmode=4&_xf=pdf&_xautorun=true&_paramspEvaluation='}#{pageFlowScope.pEvaluationId}#{'\',\'_blank\')">Stampa Scheda</button>'}
using the variable "pageFlowScope.pEvaluationId" we can pass the evaluation id of the performance document to the report. so far so good
Tagged:
2