Can we able to a custom BIP report through Custom Object Application Composer?
Summary:
Hi Developers,
I am able to get the Existing BIP report data through Custom Object Application Composer through groovy script and SOAP webservices now Is there any way to create a custom BIP report through groovy Script
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Previously I used this script to get the BIP data
println("Initiating Report Request")
// 1. Setup BI Report Request Parameters
def reportRequest = [byPassCache : true,flattenXML : false,reportAbsolutePath : '/Custom/XX_App_Comp_Bi/XX_App_Comp_Rep.xdo',sizeOfDataChunkDownload : 2000
Tagged:
0