Extended Notifications: how to change the URL link

Hello,
We are on ECC6. We use Extended Notifications to alert users to the presence of new workitems, but when they click on the link to execute the workitem, they're presented with the login screen.
We have been able to send emails from workflow which contain a link that does not ask for a login so I know which URL to use. The problem is, how can you set the URL in Extended Notifications? How does it decide which URL to use? I've tried changing a few General Settings in SWNCONFIG, none of them made a difference.
Any hints, tips, suggestions would be appreciated.
regards
Rick Bakker
Hanabi Technology

Hi Rick,
I wrote my own notification handler to solved an link issue (wanted to point to a specific iView url). I changed the notification handler via Category and double clicking on the category:
Scenario                        WORKFLOW                       
Category                        ZCATEGORY                    
Description                    Adobe Administrator                            
Requested Reliability          0 Undefined                                    
Collective Message             A Grouping with Othe                           
Notification Priority          5 Medium                                       
                               Delete After Send                              
Category Handler               CL_SWN_CATEGORY                                
Notification Handler           ZCL_SWN_NOTIF_WF                          
Handler for User               CL_SWN_USER_STD                                
Have a look at some of the methods:
LOAD_INSTANCE_WA
ADD_LINKS_ACTION
ADD_LINK_ACTION_DISPLAY
ADD_LINK_ACTION_EXECUTE
ADD_LINK_ACTION_DECISION
CREATE_ACTION_ATTACHMENT
CREATE_INBOX_ATTACHMENT
Hope it helps you understand how the link is created.

Similar Messages

  • How to change the url of "Add New Item" of a particular list in SharePoint 2013???

    Hi Guys,
    How to change the url of "Add New Item" of a particular list in SharePoint 2013???
    I need to redirect it into the page where I have created my Visual web part.
    Please suggest
    Warm Regards,
    Tony Joy

    Hi,
         There are multiple ways to change the form url like javascript, SharePoint designer, custom code, editing default form to have custom web part etc, Please follow the url below that describe diffent methods and steps
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ec2769a0-683c-4023-8804-b596e4f92a3a/change-default-forms-on-custom-list?forum=sharepointcustomizationlegacy
    Hope it helps!!!
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • How to change the Hyper links color in the XML form

    HI SDNs
    Do u have any idea how to change the hyperlink color in the xml form. My requirement is as follows.I have created xml form by using xml template and i displayed this xml form by using Km document iview.  I need tochange the hyper link color in the xml form content. I dont want to go for manual process by editing the xml form. because i have several hundreds of xml forms.
    Appreciate if you give suggestion.
    Thanks
    Ramana

    Hi Ramana,
    The most convenient way to change the hyper links is by using the Theme Editor. Go to System Administration --> Portal Display --> Select Theme --> Component-Specific Styles --> Links --> Function/Result Link.
    Hope this helps.
    Kind regards,
    Joost

  • How to Change the "Show" link appearance in all WebHelp Topics

    Hi there,
    I was wondering how to update the "Show" link in all of my help system topics.
    I selected the "Show Navigation Pane Link in topics" option when publishing my WebHelp project in Robohelp 9, and a "Show" link appears above my breadcrumbs that allows the user to get back to the TOC pane when they launch a Context Sensitive Help link from the application.
    This option is great - however, I would like to update the "Show" link to appear as a button, rather than a hyperlink. Is there a way to do this? I searched this forum but didn't come across anything, so I was hoping that someone out there could help me out with this.
    I have attached a screen shot of my help system with the "Show" link circled....this is what I would like to update to something else.
    Any advise on this would be greatly appreciated!!
    Thanks,
    Andrea

    Hi, Andrea
    You can change the text of the link fairly simply. But, I'm not aware of an out of the box solution to replacing that with a button. Perhaps Rick Stone has uncovered a hack in his Skinny on Skins that can offer a solution?
    He's at http://www.robowizard.com
    Meanwhile, if you want to change the Show text, here is the solution to that:
    1. File > Project Settings > Click the Advanced button
    2. Select the LNG tab
    3. Under the [Common] category scroll to Show=Show
    4. Edit the text after Show= to any text you like.
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • How to change the URL

    Hi All,
    I have created a web dynpro application and now I  need to change the URL of this application to some basic message type URL for eg:
    let's say our URL is "http://testdoc/post?mssg" and I now want to change this to as "OPEN DOCUMENT" and when user clicks on ""OPEN DOCUMENT" it will still direct to the original destination that is our original URL.
    Thanks,
    Rajat

    I used the following syntax:
    <A href="http://forums.sdn.sap.com/">display SDN</A
    >
    Edited by: rajatg on Oct 6, 2010 4:43 AM

  • How to change the URL of a URL-iView over Code ?

    Hi all,
    i am getting started with the Portal-Application-Developement and want to change the URL of an URL-iView on runtime with java-code.
    i have read the context and can get the Property url with this statement.
    endContext.getProfile().getProperty("url")
    But if i change this property, nothing is done.
    endContext.getProfile().setProperty("url", "http://www.yahoo.com");
    Where is my fault.
    Thanks for help.
    Regards Jürgen

    Hi,
    the context is of Type IPortalComponentContext.
    I cant find no method getParameter() at the context or the profile.
    The methods to read the properties of the URL-iView are
    context.getProfile().getProperty("url")
    context.getProfile().getAttributeValue("url")
    But if i want to set (change) this attribute, nothing is done.
    Regards Jürgen

  • Changing the URL link of the mail

    Hi
    We need to change the login URL present in the mail notification sent  from the SRM ( like the standard mails sent to the approvers) . We want to provide a different URL than the standard URL sent . How to tweak the standard URL present in the mail?.  Any help is highly appreciated.
    Thanks
    velu

    We are on SRM 7.0. The program is /sapsrm/offlineapprovalsend.
    Thanks
    velu

  • How to open the url link in new window or new tab in Sharepoint

    Hello,
        Am having one custom list and one column name  contains type (Hyperlink & picture).I want to open this in a new tab on click I tried but i didn't get any solution even I follow this link also.
    https://wb2-web.sharepoint.com/blog/Lists/Posts/Post.aspx?ID=9 
    and I didn't get this line of code:     <a
    onfocus="OnLink(this)" href="{$url}" >  
    Any Help

    You can do it one of two ways:
    1. Insert some CSS that will change the target to "_new".
    2. Change the field that the user enters information in to a single line of text, then create a calculated column that is:
    =CONCATENATE("<a href=",[URL Field]." target=new>Click here</a>")
    Format that as a number.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Extended Notification for UWL + Change the description of task/workitem

    Hi,
    I have implemented the Extended notification for UWL and I am getting the emails in outlook. Now the requirement is to customize the body of the email completely for the task '12300096'.
    I have tried going to PFTC->Description but it does not have full text which I am getting in the email. I tried SE63 also. But in the email I am getting
    The following work item requires processing in your SAP Workflow inbox in system xxx.
    <Task description>
    Log on to this system and process the work item.
    If you have problems logging on to the system, contact your system administrator.
    Now I want to remove the following lines;
    The following work item requires processing in your SAP Workflow inbox in system xxx.
    Log on to this system and process the work item.
    If you have problems logging on to the system, contact your system administrator.
    I don't find from where it's coming - please let me know how to remove these lines so that I can add my text in SE63.
    Thanks,

    Hi,
    Go to SWNCONFIG -> General settings.
    There you have TEXT_GOTO_INBOX - DTSWN_MSG_GOTO_INBOX. (I am not sure if this was the correct one, but you should check all the texts in general settings, if this was not the correct one.)
    Now open dialog text SWN_MSG_GOTO_INBOX in SE61 (you see that you need to remove the prefix DT from the name). Here is your text. You can make your own Z-version of a dialog text in SE61, and then use that in SWNCONFIG general settings.
    Regards,
    Karri

  • Who know how to change the icon link to dfx file?

    hi there..
    i need help on how to get my file image seeing in cameo.
    yesterday up to now it can't show anything on the Dxf file i save from my AI CS6.
    what happen was i accidentally use right click & choose  "OPEN WITH AI" on the dxf file..and now every time i save my art from AI with Dxf file it all save in AI... and it can't be seen in Cameo system when i merge them..
    can anyone of you help me to fix this?
    please assist me.. thank you.

    Fix your file associations:
    Working with your Operating System’s Tools | Mylenium's Error Code Database
    Mylenium

  • How to change the OraSSO login link in webcache/load balance

    Hi
    we have 10gAsR1 installed as a Portal instance. We have 6-server
    load balancer => webcache as loadbalancer (listening port 80)
    Wb ch1 and wb ch2 => webcache (listening port 7777)
    portal1 and portal2 => Portal listening 7778
    infra =>Infrastruture with repository Portal/Oracle SSO (listening 7777)
    This set up is working fine for our intranet setup, now we need to open this for couple of external clients. Well initially we need to open on the load balancer server on port 80 for external team to access, it works fine when we make it publc access.
    Now when we need to make it SSO (siteminder) enables, when users click on login link it first goes oracle sso then it internally redirects the page to site minder sso.
    Well, I have noted that the sso server details are mentioned in global setting sso/oid details. Since we need to open this for external client we have to add a DNS entry for this so that we can allow its access over firewall..
    Now I have made DNS name change at my infrserver level, now I need to update the change at the load balancer server (where wheb chache is running).
    Any one know how to chang the URL at load balancer.
    I am struck at this point please suggest how should i proceed..
    Thanks,

    Extract from Personalization Guide - Page Footer - Personalization Considerations
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a standard Copyright and Privacy (that is, its Auto Footer property is set to true), set the Scope to OA Footer, in the Choose Personalization Context page of the Personalization UI.
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a custom Copyright and Privacy (that is, its Auto Footer property is set to false), set the Scope to Page in the Choose Personalization Context page of the Personalization UI. In the following Page Hierarchy Personalization page , identify and personalize the Privacy page element.

  • How to Change attachment URL on a Purchase Req?

    Attachments in the EBP shopping carts are transferred to an ITS server and are linked to a back end R/3 Purchase Requisition. 
    Note that the attachments are physically stored on ITS server and the link (URL) to the attachment and Purchase Req is stored in SAP. 
    As a part of decommissioning, the server which was used for storing attachments is replaced with a new server and all the attachments are moved to new server.  
    Since the link associated to the Purchase Req and attachment is not changed, when user is trying to open the Purchase Req attachment, it is not displaying becuase all the attachments are moved to new server. 
    How to change the link (URL) in the Purchase Req so that it will point out to the new server instead of old server. 
    Due to the following reasons manually changing the URL is not advisable.
    1) 40,000 attachments link need to be changed.
    2) System is not allowing to change the URL manually because of the user differences.  All the attachment links are attached to Purchase Reqs by RFC user (since these are transferred from EBP environment). 
    Please advise what should be the feasible solution to change the URL (link) on the Purchase Req so that business can open the attachment with no issues.
    Thanks in advance

    According to SAP, since purchase order is a legal document they do not support the process of changing document number.  They suggested I do the change with debug and replace at my own risk.  In ME22N go to debug and type MEPO_TOPLINE-BEDAT.  The values for this field show up as 29991231 that should be changed to 20191231 and press F8, then save the purchase order.

  • How to edit the URL in the mail that is triggered from Solution Manager 7.1 ?

    Hi,
    When we perform an action "To Be Approved" for an RFC (Request For Change) in Solution Manager, a mail will be triggered to the respective Change Manager. In that mail, a link will be there which will guide the Change Manager to the SAP Logon Pad.
    The problem is, the link in that mail is not pointing towards the required system. It is taking the change manager to Development system instead of Production System.
    Can you please help me, how to change this URL link in that e-mail that is being triggered when the action is performed. I just need to remove the Development system URL and paste the Production system URL.
    Thanks in advance,
    Bharath.

    Hi Bharath,
    Please check below Blog and KBA:
    Incident Management and Change Request Management: E-Mail functionality
    in SAP Solution Manager 7.1
    http://scn.sap.com/docs/DOC-35291
    1831361 - Solution Manager - Changing status in CRM_UI gives BSP error
    Exception Class - CX_SY_DYN_CALL_PARAM_MISSING
    Thanks
    Vikram

  • Change the URL displayed

    Good morning
    how to change the URL displayed during the execution of a 10g application forms with IAS 10g.
    Instead of displaying
    http://nomserveur:7778/forms/frmservlet?config=App
    we display
    http://www.societe.com

    Easiset way is to redirect societ...com to the forms url which can be done in the proxy/firewall or in the webcache of IAS

  • How to change the privacy statement link url

    I looked into the previous threads , could not find the answer to "Changing the privacy statement url to clients privacy statement url".
    I am talking about the privacy statement URL in the page that user see it as soon as user logs into the e-business suite.
    I have read the previous theads and developers guide regading how to show or hide this autofooter thing. but could not find any thing about how to change the one in the login page.I even looked ino personalization but could not find a place to change this url. please HELP.
    Another question is " is it ok to show privacy statement in just the first page and hide it in rest of the application pages?"
    Thanks
    karan

    Extract from Personalization Guide - Page Footer - Personalization Considerations
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a standard Copyright and Privacy (that is, its Auto Footer property is set to true), set the Scope to OA Footer, in the Choose Personalization Context page of the Personalization UI.
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a custom Copyright and Privacy (that is, its Auto Footer property is set to false), set the Scope to Page in the Choose Personalization Context page of the Personalization UI. In the following Page Hierarchy Personalization page , identify and personalize the Privacy page element.

Maybe you are looking for

  • Content based Routing?

    Hi Forum, I've looked through the messages regarding content based routing or similar's but the answers did not satisfy my needs. I have an XSLT mapping from a flat file structure to an IDOC. To qualify the receiving system I have to do a database lo

  • Messages Stuck in Mail App Outbox

    I have an iphone 4S with IOS 6.1.3.  I use the Gmail app with no issues to send and receive messages.  However, when I attempt to send mail attachments directly from the phone's voice memos or camera roll functions, the messages get stuck in the Mail

  • Dreamweaver CS5.5 not displaying fonts correctly in live view

    I've integrated some web fonts into my website, which display properly in every browser on my computer (and more importantly) on on other computers properly; strangely enough, Dreamweaver CS5.5's live view doesn't display them as they should be displ

  • Call SAP function from BSP

    Hi BSP Gurus, I am new to BSP World. I was told that review the existing BSP module and modify the SAP function module to take care of the new business unit. Now my question is where to start ?....do I need to know the existing BSP module ? How would

  • How do you fix iTunes without reinstalling it

    How can you fix iTunes without reinstalling it