Monday, October 01, 2012

How to give a link in Standard page to call custom OAF with custom parameters


I am personalizing opportunity page in sales module by adding a link to it. When the link id pressed, it should take to an custom OAF Page,

 i can do that by calling function or OA.jsp. I also need to pass the parameter of the existing opportunity page. the value which should be passed is in OAOPPDETAILVO1.LeadId

[VONAME.FieldName]

How to pass it.


Solution:

Go to the page you want to give link and add an item to it.


You will be seeing a screen like above. In the screen enter the VO name where the field value resides.
Then Leave the view attribute blank if you want to give speccific text. Give the specific text in Text.

in Destination URL give  the below
OA.jsp?page=/oracle/apps/msc/common/showoppdet/webui/oppDetPG&retainAM=N&addBreadCrumb=Y&oppId={@LeadId}

In the above the page oppDetPG is the custom page i have created. LeadId is column in OpportunityDetailsVO1

 
 
 



1 comment:

Sridhar Yerram said...

Can u please let me know how to call seeded from Custom Page.

Seeded Page to Custom Page You Have Shown.
But want to call Sedeed page from custom page