Wednesday, July 18, 2012

Create Train in OAF


Create Train Sample in OAF 

Following are the steps to create : Train Shared RN and  Train Footer RN

These regions should be added to the pages : deptPG & empPG to get the train region in the respective pages.

Step by Step Procedure
  1. Create a Page
  2. Create a new region -- set the region style to : train
  3. set the name of the train region to : trainRN
  4. select the trainRN. In the application Navigator pane set the : Allow Interaction Property to True.
  5. Save your work.

Add Train  Nodes

1. Right-click the : trainRN in the structure pane, and select New-->link from the context menu
2. Set item1's poperties as follows
   a. ID = link1
   b. Destination URI := OA.jsp?page=xx/oracle/apps/fnd/deptPG
   c. Text = Dept

3. Right-click the : trainRN in the structure pane, and select New-->link from the context menu
4. Set item1's poperties as follows
   a. ID = link2
   b. Destination URI := OA.jsp?page=xx/oracle/apps/fnd/empPG
   c. Text = Employee

Create your standalone Train Footer 
  1. Create an new region
  2. Set the region style to : pageButtonBar
  3. Set the ID: trainFooterRN
Add Navigation Bar to the above region : trainFooterRN

  1. Right Click and create a new region
  2. Set the region style to : navigationBar
  3. FirstStep=1 : LastStep=2
  4. Set the following properties
  5. Select New -- Link and set as follows :
    1. ID = link1
    2.  Destination URI := OA.jsp?page=xx/oracle/apps/fnd/deptPG
    3. Warn About Changes = False
  6. Select New -- Link and set as follows :
    1. ID = link1
    2. Destination URI := OA.jsp?page=xx/oracle/apps/fnd/ empPG
    3. Warn About Changes = False

No comments: