Thursday, December 8, 2011

Personalization of Oracle Self Service Pages.

Personalization of Oracle Self Service Pages.
  
Customization:

  1. Make sure the profile options are Set properly(*Ideally set at User Level):
    Personalize Self-Service Defn : Yes
    FND: Personalization Region Link Enabled : Yes (Default: Minimal) *this is optional based on your req.)
  2. Open your intended Self Service Page: Now, we will see Personlize tags at every Region.
  3. Example: Hide Tabs Profile in Customer Master at a Responsibility level.(version: 12.1.3)
  4. Go To that responsibility for Example: XX_TEST_Responsibility. Open the Customers Self Service Page.
  5. Query for the intended Customer.
  6. Go to the Customer Master Record and click Personalize Page on the Top.

  7. Go to Link: Profile and click the Personalize Icon


  8. Go to Rendered Property and select False. Click Apply.
go back to Application -- We can see the changes.

Migration: (*Courtesy: AnilPassi.com)
Source Environment
  1. Set profile option “FND: Personalization Document Root Path”. The value of this profile option will be the directory name on mid-tier 
  2. Ensure that this directory exists on mid-tier machine of the destination environment 
  3. Login to Functional Administrator Responsibility 
  4. Navigate to tab “Personalization” 
  5. Click on Import/Export 
  6. Search the desired personalizations for the application name 
  7. Extract the personalilzations 
  8. Login to linux/unix mid-tier and cd to directory specified in profile option 
  9. Do tar –cvf xxPersonalizations.tar ./*

 Destination Environment  
  1. Set profile option “FND: Personalization Document Root Path”. The value of this profile option will be the directory name on mid-tier
  2. Ensure that this directory exists on mid-tier machine of the destination environment
  3. FTP the xxPersonalizations.tar to the directory specific in above profile option
  4. Cd to that directory
  5. tar –xvf xxPersonalizations.tar *****
  6. Login to Functional Administrator Responsibility
  7. Navigate to tab “Personalization”
  8. Click on Import/Export
  9. Select and Import the personalizations that have been imported