Quoting - EBS (MOSC)

MOSC Banner

Null pointer error when quote page called from salesforce

Hello,

We're calling Oracle create quote page from salesforce page using the following URL/form action :

<form id="theForm" method="POST" action="https://relpre.xxx.com/OA_HTML/qotSZzdContainer.jsp">

<input type="hidden" name="qotFrmDspFile" value="qotSCocCreate.jsp" />

.

.

<input type="submit" value="Submit">

   </form>

This results in redirection to Login page as there's no session.

When redirected back to create quote page, we're losing all those form parameters sent via POST.

This is causing Null pointer exception.

But if we retry the navigation from salesforce page, as the session is created already, all the parameters are retained (no redirection to login) and quote page works fine.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center