How to call long running sync job (ADF BC method) on page load in VBCS
Summary
Need to call Java method(exposed in AMImpl) on VBCS page load and show busy / loading iconContent
Hi,
We have a requirement to process and load batch of invoices from Fusion SaaS (ERP Cloud) before VBCS page loads. This is a functional requirement from business to refresh / sync latest batch of invoices from Fusion SaaS, everytime they launch the UI.
Previously, we built ADF BC logic and handled this using method call in taks-flow before page renders. Till that method completes we showed ADF busy icon on UI,
How can we achieve this same in VBCS UI? If we expose the Java method as REST using ADF BC:
Tagged:
1