Workflow Notification Link

Hi All ,
I have a requirement and it is very urgent ......
Requirement goes like this,,,,
from Workflow side i have a notification link ,,,,,,,
In oracle apps R12 home page ,,, i have that Workflow Notification link ,,,,
when i click this notification link it should navigate to Standard PO page and display all the data in the fields..........
From OAF side i have to pass two parameters and based on parameters ,,, it should display the details on the standard page ...............
Please do help me out ,,,,,, its very urgent ,,,,,,,,,,,,,,,,,,,
Thanks,
Kalyan.

Hi Sridhar,,,,
In PR
//NotificationID is the parameter passed from Your workflow
// Logic to check if the page is navigated from notification and show the page in view mode,
// if the page is navgiated from notification
String notificationID = (String)pageContext.getParameter("NotificationID");
if(notificationID!=null)
OAPageButtonBarBean butbar = (OAPageButtonBarBean)webBean.findChildRecursive("pageBtnBar");
OALinkBean wflinkBean = (OALinkBean)butbar.findChildRecursive("backtoWorkFlow");
wflinkBean.setRendered(Boolean.TRUE);
status="INITIATED" ;
pageContext.putSessionValue("NotifId", notificationID);
As per the code ,,,,
My parameters are : RunId & RunName
In PR :
super.processRequest(pageContext,webbean);
OAApplicationModule oaapplicationmodule = pageContext.getRootApplicationModule();
OAViewObject vo = (OAViewObject)oaapplicationmodule.findViewObject("DisplaydetailsVO");
String runid = (String)vo.getCurrentRow().getAttribute("Runid").toString();
String runname = (String)vo.getCurrentRow().getAttribute("RunName").toString();
if(vo!=null)
OAPageButtonBarBean butbar = (OAPageButtonBarBean)webBean.findChildRecursive("pageBtnBar");
OALinkBean wflinkBean = (OALinkBean)butbar.findChildRecursive("backtoWorkFlow");
vo.executeQuery();
vo.setWhereClauseParams(runid);
vo.setWhereClauseParams(runname);
Does this code works as per my requirement ,,,,,,,,,,,,
My Requirement is ,,, when i click on link it should go to standard page and display the page details..........

Similar Messages

  • UCM workflow notification - link to document asking for credential.

    Hi,
    We are using UCM 10gr3 and WCI 10gr3 in our project. We have integrated the content from UCM on to the portal KD through crawler. Also we have some workflow in place as well.
    The problem that we are facing is: The link to the docuemnt in any workflow notification from the content server is prompting for credential.
    We want to by pass this..i.e on clicking on the link of the documents it should not asked for credential rather it should show the conent information.
    Any help is much appriciated.

    OK this is a very different but interesting question...
    Lets have another look.
    If I understand you, users are already logged into a Windows domain and these credentials are used to authenticate with WCI using 'Integrated Windows Authentication' IWA through the browser.
    It is possible to get UCM 10gr3 to use IWA also but this requires that UCM is installed on a Windows Server and is using IIS as the webserver.
    If that is the case then the UCM ISAPI plugin code can handle the IWA for you. you would then need to make sure (via a provider and possibly a credential map) that AD group memberships are available to UCM and are clearly mapped to UCNM security roles. Provided the roles evaluate to give the user permissions on the expiring content it will all work without authentication.
    NB UCM 11g works in a completely different way
    If UCM is installed on *nix or using Apache then this will be too much effort!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Cannot open Notification Link

    Dears
    When the manager try to open a Workflow notification Link to approve or reject class enrollment Request sent by employee it gives an error page.
    Please advice.
    Oracle EBS R12.1.2.
    Best Regards

    When the manager try to open a Workflow notification Link to approve or reject class enrollment Request sent by employee it gives an error page.
    Please advice.What is the error message?
    Thanks,
    Hussein

  • Attach document as a link in oracle workflow notification

    Hi,
    I have a requirement to attach a word document stored as BLOB in database as a link in workflow notification.The link (document) should be visible and opened both from the workflow notification in the workflow admin notification queue and notification mail the approver receives.
    I am getting the document from fnd_lobs and storing it in the item attribute of type Document.
    Please help me how to attach the item attribute of type Document as a link in the notification.
    This is urgent and any help is highly appreciated.
    Thanks
    David

    For attaching a document you need to perform the following steps
    1. The document type item attribute which is referred by message attribute must have the value in the form
    PLSQLBLOB:SA_MLRTST.GETBLOBDOCUMENT/&DOC_ID
    where SA_MLRTST.GETBLOBDOCUMENT is the PL/SQL procedure that generates a PL/SQL BLOB
    DOC_ID is an attribute representing the file_id column in fnd_lobs table
    2. The procedure GETBLOBDOCUMENT() must be of the form
    CREATE OR REPLACE package body SA_MLRTST
    as
    procedure getBlobDocument(document_id in varchar2,
    content_type in varchar2,
    document in out nocopy blob,
    document_type in out nocopy varchar2)
    is
    l_docid pls_integer;
    l_filename varchar2(100);
    l_errmsg varchar2(100) := 'The Document is not found in the Database';
    l_bdoc blob;
    l_data_type varchar2(100);
    begin
    l_docid := to_number(document_id);
    dbms_lob.CreateTemporary(l_bdoc, FALSE, DBMS_LOB.Session);
    select file_data
    into l_bdoc
    from fnd_lobs
    where id = l_docid;
    dbms_lob.Copy(document, l_bdoc, dbms_lob.getLength(l_bdoc));
    exception
    when others then
    dbms_lob.WriteAppend(document, length(l_errmsg), l_errmsg);
    wf_core.context('SA_MLRTST','getBLOBDoc',document_id);
    raise;
    end getBlobDocument;
    end SA_MLRTST;
    commit;

  • Link to OAF page from workflow notification

    I am trying to give a link in a workflow notification to the customer details page in R12. I decompiled the Controller classes of the customer pages to get the parameters that the page needs.
    The page I am trying to access is defined as a function , AR_CUS_OVR with webhtml call :
    OA.jsp?page=/oracle/apps/ar/cusstd/ovrview/webui/ArCusOvrPG&OAFunc=AR_CUS_OVR
    I got the url for this page using the following function :
    FND_RUN_FUNCTION.GET_RUN_FUNCTION_URL
    (25779,660,21623,null,'HzPuiPartyId=32551,cusType=ORGANIZATION,HzPuiSubjectPartyType=ORGANIZATION')
    When i paste this URL in the browser, if I am not already logged in , I am directed to the login page and then I get an error :
    You have insufficient privileges for the current operation. Please contact your System Administrator.
    If i am logged in, i directly get the above error.
    I searched the DB to see where this message is thrown but did not find any match. It's probably thrown from some OAF page.
    The function is attached to the menu and my user has the required responsibility. I can access the page if i login and navigate to the page.
    It's probably the URL , but I am not able to lay a finger on the problem. Please let me know if I am missing something here.
    Does anyone know when this error is raised.
    thanks,
    Satya

    I was trying to access the page by pasting the link directly in the browser. I guess that's why it was throwing the indufficient privileges error.
    If I click the link from the notification, it tries to bring up the page. But throws a sql exception about invalid number.
    I checked the controller code in ArCusOvrCO.java. If the parameter cusType is null, the controlller invokes a method to get custType by calling amethod in the AM which executes a sql statement, SELECT party_type from HZ_PARTIES where party_id = : 1
    This parameter HzPuiPartyId is used for this. It looks like all the parameters are passed as null even though I am passing them .
    Is the following way the right way of passing multiple parameters to the function :
    FND_RUN_FUNCTION.GET_RUN_FUNCTION_URL. I am just passing a comma separated list.
    'HzPuiPartyId=24553,cusType=ORGANIZATION,HzPuiSubjectPartyType=ORGANIZATION,HzPuiPartyName=EOM40,HzPuiObjectPartyType=ORGANIZATION,HzPuiObjectPartyId=24553'
    thanks,
    satya

  • Direct link to file in workflow notification email

    Hi everyone,
    I know that I can set up a workflow for each of my forms where an email is automatically sent to specific people. If I have a file upload field on my form, is it possible for there to be a link to the file that was inserted in the CRM via the form, in the workflow notification so that whoever receives the email can just click the link and the file will download?
    Thanks in advance for any help.

    Only at a certain size, any higher your directed to view the case in the admin which has the file.
    As a not I say often to people about workflows etc - These emails are as their named - Notifications. They are not intended to be the means you run an online business and just emails is something for a BC site not to rely on. They have limited information and scope and everything and more is within the admin and the depths of the CRM in a browser that can run dynamic and rich content information.

  • Remove 'Return to Worklist' link in workflow notifications

    Hi,
    Does anybody know how to get rid of the 'Return to Worklist' link in workflow notifications? Should I be looking at modifying the workflow template or extending the controller?
    Thank you,
    Anatoliy

    Try giving the URL of the form.if this did not solve your issue then try attaching the particular form to the workflow.
    Attaching form has been already discussed in this forum. You can check earlier topics.
    Prabhu Barathi

  • Sending Workflow notification with OAF page link through PL/SQL

    Hi Workflow Experts
    I have a requirement where I want to send a FYI notification to a user.
    And I have to add a link to my OAF screen in this workflow notification.
    Please let me know if i have to create a workflow for this or can this be done by calling some workflow api.
    Thanks in advance
    Navneet
    Edited by: Navneet01 on Feb 20, 2013 10:59 PM

    Try by defining the message attribute holding the link to the framework region. Then, once the notification has been created (sent) call WF_NOTIFICATIONS.SetAttrText to set the value of the region in that attribute value.
    Regards,
    Alejandro

  • How to get response of Workflow Notification Email from MS Outlook Express.

    Hi All,
    I have two questions:
    1. Our business users had a requirement to approve or reject the Workflow Notification Emails form their Email account on MS Outlook Express. When they perform action from MS Outlook Express it sends email to wfmailer but no action perform in aplication. The notification inbox in application shows this notification as OPEN notification and the requested function also shows 'Waiting for Approval'.
    2. I need to hide Request Information button/link from the email notification send through Workflow mailer to user. There are three actions button available in email notification Apprve, Reject and Request Information. I need to have only two button Approve and Reject. How to hide Request Information button.
    If any one have idea regarding my questions please hlep.
    Regards,
    Saquib

    You can follow the Workflow developer guide to create message attribute as shown in below link
    http://www-apps.us.oracle.com/wf/doc/wfr1213/wfdg/html/T361836T361983.htm#2806969
    1. For the notification message for which you want the more info link to be hidden, define the message attribute with name '#HIDE_MOREINFO', type as 'text' and set value as 'Y'

  • No data found for region error on Workflow notification page

    Hi !
    For workflow, I have created a Non Form Function in Oracle Applications and linked the region to display in the notification. This region's type is StackLayout.
    I created an attribute of type Document and assigned it the value in the form
    JSP:/OA_HTML/OA.jsp?OAFunc=WF_FUNC
    then I added this attribute in the notification message attribute with the Source as Send and Frame Traget as Full Window. Now when the workflow starts, the region does not populate and error shows that there is no data found for this region.
    Am I doing something wrong? Any ideas?
    Thanks.

    Hi,
    We have a unique problem.....for timecard approval notification the HXC_TIMECARD form function is calling embedded Timecard region in the workflow notification.....in the HTML call the AprvNtfRN is called as shown below.
    OA.jsp?page=/oracle/apps/hxc/selfservice/approval/webui/AprvNtfRN&akRegionApplicationId=809
    Now the issue is that the email displays uneven format i..e timecard details like project and task name are vertical instead of horizontal.
    Is there a way to code HTML in AprvNtfRN so that the format is obtained as desired?

  • How to change the text mail of Workflow Notification?

    Hi all,
    I would like to change the text mail of workflow notification. I took a look at the Help Sap and saw how to customize the text mail notification. Unfortunately, I could not found the text for workflow Notification at “notificationTexts_<language>.properties”.
    Is possible to change the text mail of Workflow Notification?
    Thanks in advanced,
    Alcides Flach

    Hi Alcides,
    Please refer to the following link.
    https://www.sdn.sap.com/irj/sdn/thread?threadID=40700
    Rajiv

  • How can I include a Credit Mgmt Case Folder URL in a workflow notification?

    I have a requirement to add a URL to a workflow notification, which is easy enough. The issue I am having is that I am not able to create a URL that successfully opens the Credit Management Case Folder that is specified in the worflow notification.
    I am only able to get the URL to launch the following successfully: http://<ce:0000>/OA_HTML/RF.jsp?function_id=16351&resp_id=23916&resp_appl_id=222&security_group_id=0&lang_code=US
    Has anyone else solved this issue? Any help would be appreciated.

    We are using eBusiness Suite 11.5.10.2, 10g database
    I created a woflow attribute of type URL.
    Name: Case Folder Link
    Frame Target: New Window
    Value: http://<instance>/OA_HTML/RF.jsp?function_id=16351&resp_id=23916&resp_appl_id=222&security_group_id=0&lang_code=US
    I then added the following line to add the URL attribute to the HTML message body.
    Case Folder Link : &CASE_FOLDER_LINK
    When using the link above I don't get any error message. However when I try to change the URL to a specific case folder URL (Note this URL should change depending on the Case Folder # provided in the notification message.):
    http://<instance>/OA_HTML/OA.jsp?_rc=ARCMANALYSISDATACRDSUMMARYPAGE&_ri=222&retainAM=Y&cmSubRegion=PARTYREGION&cmPartyId=%7B!!k5vkXUpUCWxLhSZj.uqBHQ%7D&cmCustAccountId=%7B!!lBrDTc7.B3E6QA-16tJNIw%7D&cmSiteUseId=%7B!!7jcW1qvgKOeEFCpFYCanSA%7D&OAHP=ARCMMENUAPPLICATION&OASF=ARCMANALYSISDATACRDSUMMARY&_ti=1687529995&oapc=9&oas=GiXPV8nU9RQ6Ej53zIESsw..
    The error I receive is:
    Error: You are trying to access a page that is no longer active. - The referring page may have come from a previous session. Please select Home to proceed.

  • Error with hyperlink to open a form in Workflow Notification

    Hi All,
      I am trying to create a hyperlink to open a form in Workflow Notification. I want to open "Prepare Mass Additions" form from my workflow. I am in R12 (12.1.3) and there is no parameters defined for this function.
      So i am trying the method given here:
      http://oracleappsnotes.wordpress.com/2011/04/15/accessing-oracle-forms-from-workflow/
      Below is a summary of steps from this blog:
    Register a new custom form function with a parameter CREATE_BATCH_ID.  Function name is XXFAXMADDS. Its just the seeded FAXMADDS form function, just with the addition of parameter.
    Create an attribute of type ‘Form’ which stores the name of the form function and the parameter with which we want to call it. The default value of the attribute is XXFAXMADDS:CREATE_BATCH_ID=&BATCH_ID
    In a workflow process include a notification message.
    Associate the attribute with the notification message
    Personalize the new form function, to add actions to assign the value of parameter to the form field, then goto the Find Button, and click it.
        When i click on the link in notification, I am getting the below errors:
        FRM-47023: No Such parameter named G_QUERY_FIND exists inform FAXMADDS
        FRM-40105: Unable to resolve reference to item PARAMETER:G_QUERY_FIND
        FRM-47023: No such parameter named CREATE_BATCH_ID exists in form FAXMADDS.
        Why is this error? Why it is referring to G_QUERY_FIND which i have not at all used?
    Thanks
    Manu
    Message was edited by: manu.mur

    Hi Hussein,
    Clearing cache or bouncing application did not help. And now i am noticing that the value of this attribute does not change according to the changes i make in workflow builder.
    Also, i tried by updating the workflow attribute from Workflow Admin, retried the notification and tried the link again. No help.
    I tried updating attribute to just the standard form function name, still same errors!

  • Personas and extended workflow notifications

    Hi Personas users.
    We have gone live with our first Personas business process which is effectively a service desk ticketing system based on PM notifications and equipment records. My users are very happy with the solution but as expected they want more!
    I have been asked to setup workflows for the notifications, this is no problem as I can simply use the OOTB notification workflows, however the requirement I have is to employ extended workflow notifications, i.e. send the workflow notifications to Outlook.
    After setting this up and messing about with the host URL settings in the extended workflow setup (SWNADMIN) we have managed to get URL link in the email to launch the Personas app within NWBC... however it doesn't find the flavour for the transaction it finds the basic view.
    Does anyone else have this setup and managed to get it to work ... if so how?
    Many thanks,
    Neil

    Hi Steve,
    I have shortlinks setup for these transactions, they are necessary for deploying Personas flavours via NWBC. Thing is the URLs that end up on the email are generated by SAPs extended notifications function, so the shortlinks aren't really useful here. unless there is a way to get the extedned notifications feature to somehow query the shortlinks table... I suspect this would be custom code.
    Something tells me that what I'm after isn't a standard feature, hopefully Sushant or one of the other SAP folks will clarify.
    thanks

  • How to configure workflow notification mailer for iPad

    EBS R12.1.3
    Sun Solaris 11
    DB 11g
    First i apologize for users here becasue i have to repost this. May be i did not ask proper question last time
    Currently my users got the internet expense or requsition approval in  an email with an attachment and when users open the attachment the Oracle HTML page open and allow click on approval or reject. This works fine from outlook email from desktop. But when users receive the email on iPad the attachment does not open. It give the blank page.
    Can someone advise how can user approve the work flow notification from iPad.  This is my analysis for our requirement. Can someone advise am i on right direction. if there is any Oracle docuemnt available then please provide the doscument detail or sequence of doscument that i need to follow
    Set up the IMAP4 compilance unique inbound email with INBOX, PROCESS and DISCARD folders
    Configure the inbound email from OTM
    Ignore the outbound email configuratiion from OTM becasue it is already working. It is set with SMTP
    Check the inbound and outbound connection from ebs server
    If you can not ping the IMAP server or telnet the SMTP server from ebs server. Make sure firewall/ports are open
    Add inbound and outbound server entry in server host file
    Apply the patch 16328729 for iPad compatibility
    Test it
    What would be the over all impact of this change. will the users still able to approve the notification using the attachment or this will change.

    Pleas see the following links/docs.
    http://search.oracle.com/search/search?search_p_main_operator=all&group=Blogs&q=iphone%20weblog:stevenChan
    How To Get Oracle iProcurement Workflow Notifications To Work For Outlook On Blackberry or Other Mobile Devices Such As Phones and Tablets (Doc ID 1424978.1)
    Troubleshooting Inbound & Outbound Email Notifications (Doc ID 1184846.1)
    What are the Prerequisites for Implementing iPhone with Business Approval For Managers Product (Doc ID 1388153.1)
    Thanks,
    Hussein

Maybe you are looking for