Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

getTemplateIds() API not reflecting the latest

Question
31
Views
0
Comments

Summary

getTemplateIds() API not reflecting the latest

Content

We are developing a BIP report where user can go and create new layouts for the report and in the application UI while running report, we provide an option to the user to select the layout that they created. In code, we are getting the report definition and calling the below API for getting all the layouts reportDefinition.getTemplateIds(). We noticed this API is not giving the latest data. Like even if we create a layout in BIP, it takes 5-6 hours for the same to reflect it in the API. We have debugged and confirmed this. Is there anything I am missing here. Is it a configuration in BIP? Pls. help