Hello Friends,
Today I am going to tell you how to create hyperlinks in OA Framework. If you have any doubt, you can put your comments in comment box. If you like the post, please hit like button.
Step 1: Create an Item of "Message Styled Text" item style.
Step2: Go to item property, in Navigation section set the destination URL property as below:
OA.jsp?OAFunc=RAC_SHOP_CAP_MANAGEMENT&CCDate={@PlanDate}&OrgCode={OrganizationCode}
RAC_SHOP_CAP_MANAGEMENT is OAF function to which we want to navigate from hyperlink.
If you don't have function then you can redirect to page directly as below:
OA.jsp?page=/xxcustom/oracle/apps/fnd/webui/HelloWorldPG &CCDate={@PlanDate}&OrgCode={OrganizationCode}
PlanDate and OrganizationCode are VO Attributes whose value we want to pass to another page.
CCDate and OrgCode are the parameters which holds value and we can get the values of these parameters in next page.
Step 3: See below screen shot for all the peoperty:
Today I am going to tell you how to create hyperlinks in OA Framework. If you have any doubt, you can put your comments in comment box. If you like the post, please hit like button.
Step 1: Create an Item of "Message Styled Text" item style.
Step2: Go to item property, in Navigation section set the destination URL property as below:
OA.jsp?OAFunc=RAC_SHOP_CAP_MANAGEMENT&CCDate={@PlanDate}&OrgCode={OrganizationCode}
RAC_SHOP_CAP_MANAGEMENT is OAF function to which we want to navigate from hyperlink.
If you don't have function then you can redirect to page directly as below:
OA.
PlanDate and OrganizationCode are VO Attributes whose value we want to pass to another page.
CCDate and OrgCode are the parameters which holds value and we can get the values of these parameters in next page.
Step 3: See below screen shot for all the peoperty:
No comments:
Post a Comment