Need to redirect users to land on the transactions manager screen right after login
Summary:
@bla-Oracle, @Divya-Oracle, @Girish Kumar Reddy-Support-Oracle
Instead of the Home Page, need to redirect users to the transactions manager screen (in Redwood) right after they login.
How this can be achieved? Is there any method apart from JS to achieve this? And If only possible by keeping Javascript in Header & Footer then please share the working full script.
I tried with the below JS but it didn't worked in 26A version.
<script>
document.querySelector("#log_in").addEventListener("click", () => {
window.location.href = 'https://tsscorptest.bigmachines.com/redwood/vp/cx-cpq/application/container/quotes?process=oraclecpqo'
});
</script>
Thanks.
Piyush
Content (please ensure you mask any confidential information):
Tagged:
0