Personalization - Notification Page

Hi,
I am aware of doing personalization in the notification page by setting the profile option "FND: Personalization Link Enabled" to "Yes".
I have completed personalization in all the pages except the notification page (Approve or Reject) page. Only this page personalization is pending in the production instance, (i.e. second higher manager gets this notification). But, the client wanted to move the personalization from our test instance to production instance only for this notification page automatically.
Is it possible to move the personalization (only in notification page) from the test instance to production instance automatically?
Thanks in advance.

What kind of change you have done in notification page?
Notification pages are workflow pages, if you want to customize anything in notification page then you need to customize the workflow.
And to deploy OAF personalization check following URL
http://prasanna-adf.blogspot.com/2008/02/deploying-oafwk.html
--Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • How to remove sender name in field "From" in Notification page

    I would like to remove name ( LIUNI, ANTONIO_ ) (bold text and underline) from message and field "From" in notification page.
    I have 2 problems below:
    1.) This message "_*LIUNI, ANTONIO*_ has completed their appraisal of KERINS, ANNE MARY"
    Should change to "A multirater has completed their appraisal of KERINS, ANNE MARY"
    2.) Field From, must be blank: From: LIUNI, ANTONIO_ -> From: <Blank>
    It call standard workflow HRSSA.
    Please provide me coding in controller to set item attribute values in field "From" to blank and remove sender name in message+
    Below is the example notification:
    This notification does not require a response.
    LIUNI, ANTONIO_ has completed their appraisal of KERINS, ANNE MARY.
    Personalize "Notification Details Function"
    Personalize "Notification Details Attributes"
    Personalize Table Layout: (leftTable)
    From LIUNI, ANTONIO_
    To BILLOUD, CLAIRE
    Sent 26-Apr-2010 09:53:06
    ID 66666475
    Personalize Stack Layout: (rightStack)
    Personalize Table Layout: (rightTable)
    Personalize Stack Layout
    Personalize Stack Layout
    Personalize "Summary"
    Edited by: jamras on Apr 26, 2010 1:34 AM

    Thank you for your reply.
    Do you mean region in notification page?
    Below is region in notification page.
    Field From is in Region: /oracle/apps/fnd/wf/worklist/webui/NtfDetailsAttr.leftTable
    Document Name /oracle/apps/fnd/wf/worklist/webui/NtfDetailsAttr
    Message is in Region: Notification Details Function
    Document Name /oracle/apps/fnd/wf/worklist/webui/NotifDetailsRG
    Now I'm working on extension controller in the page below (I'm submit button in this page).
    /oracle/apps/per/selfservice/appraisals/webui/PartCompletePG
    My controller -> fao.oracle.apps.per.selfservice.appraisals.webui.FaoPartCompleteCO
    I put the following coding in this controller. It removed value in workflow attribute, but it didn't remove value from notification page.
    SSHRParams sshrparams = new SSHRParams(oapagecontext.getRootApplicationModule());
    String wfItemType = sshrparams.getItemType();
    String wfItemKey = sshrparams.getItemKey();
    // String wfProcess = "HR_APPRAISAL_DETAILS_JSP_PRC"; ///sshrparams.getProcesName().toString();
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "HR_APPRAISAL_FROM_USER_ATTR", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_USERNAME", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_DISPLAY_NAME", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_PERSON_ID", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "HR_APPRAISAL_FROM_NAME_ATTR", "");
    Thank you for your help.

  • Add a custom button on notification page and open a oaf page after button

    Hi All,
    My Requirement is add a custom button on notification page and after button click with take some parameter from notification page like supplier_id and org_id then open a new oaf page and show supplier credit and debit balance but problem is that button is only enable to a ap invoices notification not for other type of notification.
    how to take approach/action i don't know.
    it is possible through OAF personalization/customization or it is part of work flow customization.
    Navigation path - payable->worklist->open notification and Type of notification also there
    Type should be matched with AP_Invoices type notification then custom button enable.
    Please Let me know is it possible or not. If possible how to achieve this. ...................................it's argent...plz help me
    Edited by: 815572 on Nov 25, 2010 1:15 AM

    Hi Irk,
    My notification came in given below format (in table) but my custom button only enable for Contract Approval Type not for others..........i hv attach a button on notification page (subject-Contract 21969-R17......)
    From Type Subject Sent
    Taylor, Phillip Contract Approval Contract 21969 - R17-AUG-07 06:19:27 has been approved by Taylor, Phillip 22-Aug-2007
    Taylor, Phillip OKS Contract Process Contract 21975 - R17-AUG-07 06:22:18 for AT&T Universal Card (52,500.00 USD) has been published online 19-Aug-2007
    Taylor, Phillip OKS Contract Process Contract 21969 - R17-AUG-07 06:19:27 for AT&T Universal Card (15,000.00 USD) has been published online 19-Aug-2007
    If I just put a button SHOW BALANCE just like notification button APPROVE, REJECT, REASSIGN but this button shows all types of notification and my req. is this button show only for Contract Approval type notification. how to handled this issuesss ?
    if extend the co of notification page then how to handle TYPE value from worklist page ....please write proper code if u hv any idea...........
    Thanks,

  • "About this page" link not shown in notification page

    Hi,
    I have a notification page. But I am unable to see 'about this page' link on this page.
    I have already set the profile options i.e.FND Diagnostics, Personalize Self Service Definitions on oaf page on site level and I can see the relevant links in normal OAF page but can not find 'about this page' or 'Personalize' link in notification page.
    I have to find the table name of some field in notification page.
    Please help. its very urgent.
    Thanks
    Amit

    which responsibility ? I dont think Email Center is in OA, this link would only be available for OA pages and not on pages based on other tech stacks.
    Thanks
    Tapash

  • I want to Hide ok buttom and reassign button in notification page

    HI
    How to Hide ok button and reassign button in notification page using oracle workflow builder
    Thanks and regards
    ch sai vikram

    I do not believe you can achieve this using WF Builder - you will instead need to use OAF Personalization. See these MOS Docs for examples
    727315.1 - How To Do the Personalization on the Salary Page (Hide CORRECT Button)
    758795.1 - How To Hide The Add Transaction List, Print And Recalculate Buttons Through Personalization?
    HTH
    Srini

  • How to remove forward button from notification Page?

    Hi All,
    I would like to remove (disable ) forward button from Req approval work flow ? How can i achive this functionality ?
    I will be appriciate for help.
    Thanks
    pat

    Well, I'm guessing that you are using PO workflows, and using one of the standard lookups? Without having any details of what you are using, trying to second guess the answer is somewhat difficult.
    If it's the case that you are talking about the PO workflows, then the buttons are standard functionality based on the lookup type that is used as the notification response. Trying to suppress this doesn't actually make much sense - you are sending someone a notification, asking them to take action, and then not giving them any ability to respond to the notification.
    You would need to customize / personalize the notification page if you want to remove the buttons. The question then is - how will the process continue if you are removing the ability to respond to the notification?
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Personalize a page to hide specific fields in oa framework

    hOW TO PERSONALIZE A PAGE TO ENABLE OR DISABLE A SPECIC FIELDS IN THE OA FRAME WORK.
    I HAVE ONE MORE REQUIREMENT
    i HAVE ONE CONCURRENT PROGRAM DECLARED WHICH GENERATES REPORTS AFTER THE REQUEST COMPLETES IN FORMS.
    bUT MY REQUIREMENT IS IN ISUPPLIER MODULE I HAVE ONE REPORT DECLARED IN CONCURRENT PROGRAM I HAVE TO CALL THAT CONCURRENENT PROGRAM IN OA FRAMEWORK PAGE.AND THE REQUIREMENT IS AS SOON AS THE BUTTON IS PRESSES ON THE PAGE THE REPORT MUST GENERATE AUTOMATICALLY BY CALLING THAT CONCURRENT PROGRAM
    hOW WE CAN DO THIS TASK IN OA FRAMEWORK

    can u briefly tell me how we can call concurrent program in oa framework page and execute the report when ever the button is pressed

  • PO requisition notifications page not showing NEXT/PREV links

    Hello All,
    In the PO Requisition Notifications page, the region containing all the lines "ReqLinesNotificationsRN" doesn't show any NEXT/PREV navigation links if the number of lines are more than the default value set at Profile - PO:%Notif%lines%disp%Limit%
    FYI,
    1. I've checked with Profile - PO:%Notif%lines%Disp%Limit% and found it 20 lines by default. I've tried removing this value and made it to NULL. Still no effect.
    2. Personalizing "ReqLinesNotificationsRN", which is a table region, I've set the option "records to be displayed" to 20. Still no effect
    Can somebody please inform how to find a solution to this?
    Thanks,
    Anand

    Most likely, the Status column has been inadvertently turned off or repositioned too far to the right for it to show in the panel. Drag the panel into an open area of your screen and drag out its right edge to make it wider. If you still don't see the Status column, choose Panel Options... from the panel menu and re-enable it by ticking its checkbox under Show Column.

  • Regarding the workflow notification page customization

    Hello Everyone...
    I am new to Oracle OAF...
    Customize the Oracle Workflow Notifications page (for Open Notifications) by using OA Framework Customization (to display more details on the Notification)
    what is solution for this component?
    could someone help me out in this task plz...

    You need to check how the notifications are getting created. Please download the workflow from instance and check the logic of the notification creation. That should give ideas on customizations involved.
    Regards
    Sumit

  • Notification pages runing from Local Jdeveloper

    Running notification page from the local Jdeveloper and clicking on the notification link, I get the below error:
    =========
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT NtfEO.NOTIFICATION_ID,
    NtfEO.RECIPIENT_ROLE,
    NtfEO.BEGIN_DATE AS BEGIN_DATE_F,
    NtfEO.DUE_DATE AS DUE_DATE_F,
    DECODE(NtfEO.MORE_INFO_ROLE, NULL, NtfEO.SUBJECT, FND_MESSAGE.GET_STRING('FND','FND_MORE_INFO_REQUESTED')||' '||NtfEO.SUBJECT) AS SUBJECT,
    NtfEO.PRIORITY AS PRIORITY_F,
    NtfEO.STATUS,
    NtfEO.END_DATE AS END_DATE_F,
    NtfEO.USER_COMMENT,
    NtfEO.MORE_INFO_ROLE,
    NtfEO.FROM_USER,
    NtfEO.FROM_ROLE,
    NtfEO.TO_USER
    FROM WF_NOTIFICATIONS NtfEO
    WHERE NtfEO.NOTIFICATION_ID = ?
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    ===============================================
    Can you please help me?
    Thanks,
    Ranjit

    Here is more to the log from Jdeveloper:
    ============================
    [657] breadcrumb URL: /OA_HTML/OA.jsp?akRegionCode=WFNTFDETAILSFNPAGE&akRegionApplicationId=601&OAFunc=FND_WFNTF_DETAILS&NtfId=13831468&addBreadCrumb=Y&retainAM=Y&transactionid=1691520102&funcApplId=%7B!!eaNAWPcBBCDN1PFjkFNXpA%7D&responsibilityId=%7B!!DNE52xHOFBTN9GNl3TDZ7Q%7D&securityGroupId=%7B!!xtXVzfMS3SFPBhbUG2sujQ%7D&bcrumb=YWarning: Document "/oracle/apps/fnd/wf/worklist/webui/NotifDetailsPG" is not allowed to reference component "/oracle/apps/fnd/framework/webui/OAFooter" as its scope "." is too restrictive.
    Warning: Document "/oracle/apps/fnd/wf/worklist/webui/NotifDetailsPG" is not allowed to reference component "/oracle/apps/fnd/framework/webui/OAFooter" as its scope "." is too restrictive.
    [658] Column count: 13
    [659] ViewObject : Created new QUERY statement
    [660] NtfAttrVO>#q computed SQLStmtBufLen: 610, actual=570, storing=600
    [661] SELECT NtfEO.NOTIFICATION_ID,
    NtfEO.RECIPIENT_ROLE,
    NtfEO.BEGIN_DATE AS BEGIN_DATE_F,
    NtfEO.DUE_DATE AS DUE_DATE_F,
    DECODE(NtfEO.MORE_INFO_ROLE, NULL, NtfEO.SUBJECT, FND_MESSAGE.GET_STRING('FND','FND_MORE_INFO_REQUESTED')||' '||NtfEO.SUBJECT) AS SUBJECT,
    NtfEO.PRIORITY AS PRIORITY_F,
    NtfEO.STATUS,
    NtfEO.END_DATE AS END_DATE_F,
    NtfEO.USER_COMMENT,
    NtfEO.MORE_INFO_ROLE,
    NtfEO.FROM_USER,
    NtfEO.FROM_ROLE,
    NtfEO.TO_USER
    FROM WF_NOTIFICATIONS NtfEO
    WHERE NtfEO.NOTIFICATION_ID = ?
    [662] ViewObject close single-use prepared statements
    [663] QueryCollection.executeQuery failed...
    [664] java.sql.SQLException: ORA-01008: not all variables bound
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    ==================================================

  • Want to personalize a page using OA framework

    How to personalize a page using OA framework?
    How can I do the following?
    1. How to add one more criteria in a drop down in a page and to run the query when we select that in the drop down?
    2. How to change the oracle bill management logo in the top with another logo?
    3. How to personalize the FAQ's ,news ,policies link in the oracle?

    1. How to add one more criteria in a drop down in a page and to run the query when we select that in the drop down?
    Dropdown , picklists may not refresh even if you add values to the tables it is querying, as the picklist could have been configured to cache values.2. How to change the oracle bill management logo in the top with another logo?
    Change the corporate branding3. How to personalize the FAQ's ,news ,policies link in the oracle?
    Look at global buttons, if these are in the global menu.Thanks,
    Tapash

  • Hiding button in notification Page.

    Hi All,
    I have to hide the 'Approve' button from Notification Page. Is it possible to do it?
    Pl. help.
    Thanks in Advance.
    Regards
    Mano

    Hi,
    That doesn't make sense as a requirement.
    You are sending a notification to someone, asking them to either approve or reject the notification, but you want to suppress the "Approve" button, so will only be giving them the option to reject???
    If that's what you want to achieve, then create a custom lookup which only has a value of "Reject", and use that as the response value.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Personalize Web Page Functionality not working

    Hi,
         When we personalize a web page it creates a bookmark id in the ODS 0PERS_WTE.  The only problem is when we reaccess the web page we do not get the bookmark, but we end up getting the query the way it was originally. We have the template set for personalization!
    Can anyone help?  We really think the page should come up the way we set it when we selected "Personalize web Page" in the context menu...

    Never mind..  You just add "USE_PERSONALIZATION=X" to the URL...
    Thanks!

  • Progress Notification page not displayed

    Greetings!
    When I try to download any file with content type marked at "Use progress notification instead of the default content delivery method for the selected content types", my browsers does not show "Progress Notification" page. The download
    progress is still going as "Standard trickling".
    Maybe somebody faced with that problem before?

    Hi, Keith!
    Thank you for your answer.
    I tested big files (up to 1 GB) and small (up to 1-2 MB) with same result.
    But I find some strange regularity: some files from HTTP are downloaded fron Progress Notification, and some with Standard Trickling.
    For example:
    With Progress Notification:
    http://svetik.ltd.ua/insidePRO.rar
    Without:
    http://www.64k.it/andres/data/hdconverttox/HDConvertToX_3.0.691.4632.rar
    http://dl.mediacoderhq.com/files/MediaCoder-x64-0.8.34.5715.exe
    What the difference between them?
    P.S.: I just want to understand how it works. Why some times it should work, but it didn't? And yes, our Users don't like Standard Trickling, because they think than "internet is slow")))

  • Has notification page gone down?

    Has the notification page gone down?
    After I've signed into DPS Dashboard and I go to notification page, and the page opens up blank. And I can see the alerts in the console as:
    Failed to load resource: the server responded with a status of 404 (Not Found) https://notification.digitalpublishing.adobe.com/notification/styles/621d7cff.main.css
    Failed to load resource: the server responded with a status of 404 (Not Found) https://notification.digitalpublishing.adobe.com/notification/scripts/63b33874.scripts.js
    Uncaught ReferenceError: angular is not defined index.html:171
    Failed to load resource: the server responded with a status of 404 (Not Found)
    I tried signing in with another account, but it was the same result.

    Could have been an intermittent issue, I don't see the blank page at the moment. Let us know if you still see the same result, perhaps clearing the browser caches might help or try another browser

Maybe you are looking for