Showing posts with label Personalization. Show all posts
Showing posts with label Personalization. Show all posts

Friday, December 26, 2014

How to remove personalization in OAF

How to remove personalization in OAF

Now we are goin to learn how to remove the personalization in OAF.

Step1:- Login to oracle application.
Step2:- Switch to Functional Administrator responsibility.
Step3:- Click on personalization tab.
Step4:- For application, Enter the respective application name.
Step5:- Click on the Personalized Checkbox.
Step6:- Click Go.
Step7:- Remove or De-activate your personalization by selecting the personalization level at
             which you made a particular personalization.

OR

Step1:- Login to oracle application.
Step2:- Switch to Functional Administrator responsibility.
Step3:- Click on personalization tab.
Step4:- Click on import/export sub tab menu.
Step5:- For application, Enter the respective application name.
Step6:- Provide the document path.
             To get the path
            Go to sql developer run the following it will give the path.          


begin   

jdr_utils.listCustomizations('/oracle/apps/icx/por/reqmgmt/server/MyReqsGlanceVO');   
      //Give the page path on which u did personalization or if u did extension provide on    which u extended.

end;

Step7:- Click on Go.

Step8:- select the personalization and delete it.

Saturday, January 4, 2014

Adding Message Lov Input through personalization.

Adding Message lov Input through personalization.


Now we are going to learn how to add the message lov input item through personalization.
Suppose if you want to add the new item to the existing page.






Step1:- Click on personalization.




Step2: - Go to the region where you want to add the item and click on create item.



 Give the following details.

Item Style    : - Message Lov Input.

Id                : - Any unique id.

External Lov: - Give the path of the lov which u want to use for this item.

Prompt        : - any name.



  Click on apply.

           
Note: - If you want the new Lov, then create the lov vo and region based on which you want and move that to server and run the import command for the region.



Step3: - After creating the message lov input item create one lov mapping under that.




Give the following details.

Item Style        : - Lov Map.

Id                    : - Unique id.

Criteria item     :- Which values u want for that item.

Lov region item:- On which column you created the lov.

Return item      :- which values you want to display on the page.





Click on Apply.

Step4: - Return back to the page and see the new field is added successfully.





This finishes the creation of message lov input item throug personalization.