You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!