Hi all,
I have a requirement where I will be having a customized button rendered using javascript interview extensions on the first screen of my interview. When I click on that button, I should be navigating the user directly to the 4th screen of my interview.
For this, I have read the documentation and found this link Oracle Policy Automation Documentation Library where we can use a method called navigate(investigateUri). Here, I see that the uri parameter for that method is dynamically changing for every session.
Then, how can I give this to an onclick event on my customized button. Can some one help me with this? I am open if you have any other ideas too.
remember, we are not using any of the standard global opa attributes in our interview and it is not a connector based approach. Completely customized opa interview according to our needs.