CRM On Demand - Reports and Dashboards (MOSC)

MOSC Banner

I am trying to invoke BI report with Parameter in groovy script but Parameter is not getting pass

adf.webServices.RUNREPORT.runReport(reportRequest, emptyAppParams)

Map reportRequest = [ byPassCache : true, flattenXML : false, reportAbsolutePath : '/Custom/MDM-PTY/SYNCINVOICEVALUE/SYNCINVOICEREPORT.xdo', sizeOfDataChunkDownload: -1, parameterNameValues : [ item: [ [ name : 'PPARTYID', label : 'PPARTYID', dataType : 'xsd:string', UIType : 'Text', multiValuesAllowed: false, values : [ item: ['300000142328763'] ] ] ] ] ] Map emptyAppParams = [:]

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center