cancel
Showing results for 
Search instead for 
Did you mean: 

4.0 SDK Sample Code

NUP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can anybody help with SDK related sample code where-in we can integrate the following functionality in a Java application

  • Access to BO Inbox of the user – As a part of the application once a user login’s we would like show the BO (BI Launchpad) Inbox
  • Self-servicing feature (ability for user to create a report by drag and drop of measures and dimensions) – Users should be able to create the report (webi) from within their Java application using the Universe
  • Listing of reports for the user

Cheers

Neeraj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Neeraj,

  • Access to BO Inbox of the user – As a part of the application once a user login’s we would like show the BO (BI Launchpad) Inbox

Set the si_data property of all the users to inbox using the preference copy option and then bypasss the login screen of infoview using SDK token so that user will be directly shown his BILaunchPad inbox

  • Self-servicing feature (ability for user to create a report by drag and drop of measures and dimensions) – Users should be able to create the report (webi) from within their Java application using the Universe

With 4.X , its not possible to create a WEBI rpeort from scratch using drag and drop method. it was possible in R3 only

  • Listing of reports for the user

Refer the samples for XIR2 the same will work for R4 as well

Thank You,

Amol

NUP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks Anmol.

Answers (0)