Need site url instead of computer name in link sent by email using sharepoint designer workflow

Hello,
We are sending email to view item of a document library using below syntax :  [%Current Item:Created By%] on
[%Current
Item:Modified%].
When trying to click from inbox , it is displaying link :
http://servername/sites/site1/doclib/abc.xml   where as site name has been given as
http://test.com
So we need to display as  http://test.com/sites/doclib/abc.xml.
So if we migrate this site to another server with same name, so wont make any issue about workflow.
Please guide.
Thanking in advance.
Regards,
Jayashri

the built-in emails from SharePoint (alerts, etc) build the URL using the Default Zone in the webapp's AAMs... sounds like you just need to update the AAMs to the DNS names that you *want* to use.
Scott Brickey
MCTS, MCPD, MCITP
www.sbrickey.com
Strategic Data Systems - for all your SharePoint needs

Similar Messages

  • How to send the folder url using SharePoint Designer WF??

    Hi,
    i am trying to send the folder url as a email link using SharePoint designer workflow. i already created the WF which is sending the item url attaching with email. is there anyway i can add folder url too, so that once user will click they can see all the
    files in that folder?
    Thanks

    I think you've got a quote in the wrong place, but you're close. 
    Do a 'set workflow variable', and create a new one called whatever - this one was called link
    Add that variable to your email:
     Of course you can set your text to whatever you want. I use this technique to do formatting in email - you can create a pretty complex bit of html in a string variable and insert it into email - Outlook/Exchange will interpret.
    And actually, I think there's another variable, maybe in the workflow context section, that would have your site address, so you wouldn't have to hardcode your https://xxxx.com . 
    Robin

  • Can we have approve/reject action button in email sent using SharePoint designer or do we need to custom code it?

    Hello,
    for particular item approval, when user receives an email, can email contain button of approve/reject or if user just replies to that mail using one word "Approve/Reject", so that item value should get updated in list and also get approved.
    Is it possible using SharePoint designer workflow or custom code workflow or Nintex workflow?
    Please guide.
    Thanking you in advance.
    Regards,
    Jayashri

    Follow these steps:
    You can create custom page with code to approve/reject item.
    Then you should pass item id (and other information if needed) in a query string.
    In a workflow you can generate a link to the created page and add it to email body.
    When a user will receive email, he/she will click on the button (link), then new tab with created page will be opened, where your custom code will approve an item.
    [custom.development]

  • Terminal-IP address instead of computer name is showing

    Hi, my computer is behaving strangely lately and I noticed that in terminal the host name is displayed like this:
    c-XX-XXX-XX-XX-XXX:~ myusername%
    with XX numbers corresponding to my actual IP address
    When I looked in my 1 month old backup, it is displayed correctly there with an actual drive name.
    In addition, the current shell is tsch, despite the fact that I am running OSX10.4.11 where it is supposed to be bash as far as I understand.
    Is displaying IP address in terminal instead of computer name normal? If not, how to reset this?
    Any help would be much appreciated.

    BDAqua,
    My report:
    1. Moved preferences.plist from /Library/Preferences/SystemConfiguration/preferences.plist into trash.
    2. rebooted.
    3. Computer now shows [localhost] in terminal as a host name-success. However, now Internet does not work.
    4. Went to System preferences>Network>Built-in-Ethernet. There was a blank page (all settings gone).
    5. No matter. Inputed comcast.net in Search domains field (Comcast is my provider). Clicked on Apply now. All settings came back, internet works.
    6. Now Terminal again shows my IP as a host name, but at least I know that this change came from Comcast.
    Unexpected benefit: Apparently this procedure got rid of annoying "Your settings are being modified by another application" bug-Good to know, thanks.
    Conclusion: For some reason Comcast sees fit to modify Terminal settings.
    Big thanks for making the problem clearer.

  • How to send current list item URL in email by using sharepoint 2010 workflow?

    Hi All,
    I had created sharepoint workflow usind SPD 2010. when new item is created it sends the email with link. But it sends current list link not the current item link.
    I tried to use Encoded Absolute URL but this like
    http://asdf.com/Lists/abc/10.00
    but i need something like this
    http://asdf.com/Lists/abc/DispForm.aspx?ID
    I have grow thorough some post and i found that,
    Statically i can write http://asdf.com/Lists/abc/DispForm.aspx?ID= and from Add lookup i can get ID by choosing current item.
    The link which i get is partially hyperlink like this
    http:aasdf.com/Lists/abc/DispForm.aspx?ID=10 (here 10 is not hyperlink)
    when i copy and paste this link it works fine but by clicking it i am not getting true result.
    Please help me to solve this issue.
    Thanks.

    Hi Raymond,
    It works for me. Thank you so much.
    I also have another issue related workflow. If you can help me, i really appreciate you.
    I already configured AAM. I have two Share Point Address which are:
    Default : http://default.com
    Internal : http://intranet.com
    I have List workflow using SharePoint Designer 2010. When new item get create, it sends email to person for approval. But when it sends email it sends Dafault zone URL.
    Dafault zone URL is only accessible through Virtual Machine. We cant access from local machine. So i need to send intranet zone URL in email so user can open through local machine.
    I tried it but i can only able to do for one list. I have to so this general for every list.
    How can i send intranet zone URL?
    Swapping the zone URL is not solution for this issue because after swapping situation is same.
    Thank You.

  • How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?

    Hi there,
    How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?
    Thanks.

    You need to enable auditing on SharePoint server and it will let you know, if someone makes any critical changes for the same.
    Please walk through this informative KB to enable auditing on SharePoint :https://support.office.com/en-za/article/Configure-audit-settings-for-a-site-collection-f5a346d0-ee0f-4412-a5e6-d9b5abaa1012
    Here is one more resource :
    https://support.office.com/en-in/article/View-audit-log-reports-4293e8d5-4e7d-4201-b8ac-c8e63a100131
    Moreover, if you wish to audit such critical changes automatically, you may consider on this comprehensive application (http://www.sharepointauditing.com/) that helps to track every changes on SharePoint into
    real time and provides the captured data at granular level.

  • Send Edit Items URL in E-Mail Using Sharepoint Designer 2013 WorkFlow

    Hi,
    I want to Send the URL of Edit Item List using SharePoint Designer 2013 Workflow
    I m Using [%Task : URL%] Then it return the internal URL -- 
    http://SP2013/Sites/MySites/HelloSites/Lists/Tasks/DispForm.aspx?ID=359&ContentTypeId=0x0108003365C4474CAE8C42BCE396314E88E51F
    But i want in  AAP URL for edit list items  such as 
    http://Hello.com/Sites/MySites/HelloSites/Lists/Tasks/DispForm.aspx?ID=359&ContentTypeId=0x0108003365C4474CAE8C42BCE396314E88E51F
    Any one can suggest me please.
    Thanks 
    Rajesh

    Hi, 
    I'm assuming you made your site as internet site (public facing).
    In that case you might site desired output. If not you can think of replacing text
    i.e SP2013 = hello.com
    Thanks,
    Vivek
    Please vote or mark your question answered, if my reply helps you

  • My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    Just an email address
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • Web part created on a subsite for a sharepoint list in another site using sharepoint designer, to show only the subsite's reports. Connection dropping off and showing all the reports

    I crated web parts in the sub-sites (we have about 10 subsites) using sharepoint designer from a main list in another site.  Then used web part to show only the  ubsite's reports - using connection to the main list.  Problem is, the connection
    is dropping off and showing all the reports on the main list that are confidential.  this has happened 3 time lately.  Could someone explain why it happens some times?  I had to fix it by adding the web part again and connecting it
    Thanks, Subathy.

    Hi George,
    If you want to use a top level site "department" list column in all sub-sites, you can go to top level site and create a
    lookup type "Site column" to look up the value from the department list, then all sub-sites can use this lookup type site column created in top level site.
    Thanks 
    Daniel Yang
    TechNet Community Support

  • Migrate the SharePoint 2007 Site containing SharePoint Designer Workflows with Infopath forms to SharePoint 2013

    Hi,
    We have a requirement to migrate the SharePoint 2007 Site containing  SharePoint Designer Workflows with Info path forms to SharePoint 2013.
    Can somebody please guide us as to what could be the best approach to go ahead?
    Thanks in advance.
    Regards,
    Vijay

    Use STSADM
    backup and
    restore to migrate SharePoint 2007 site
    containing  SharePoint Designer Workflows with Info path forms to SharePoint 2013. 

  • Can we customize any other expect SharePoint Sites using Sharepoint Designer

    Hi All,
    Can we customize any other expect SharePoint Sites using Sharepoint Designer?
    Thanks in Advance!

    As Hemmendra, the tool is specifically designed for SharePoint.  Both this and another tool derive from an older utility called FrontPage, which was an early Web Authoring product, before the age of standards and the like. 
    The other product that evolved into a paid development tool but is now free is one called Expression Web.  This can do more web specific stuff and may be of use for you.  It was made a free product a year ago though and can be found here.
    http://www.microsoft.com/en-gb/download/details.aspx?id=36179
    What else were you looking to achieve?
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Get the root folder name once user will upload any files to subfolder with in this root folder using sharepoint designer WF??

    Hi,
    How to get the root folder name using sharepoint designer WF? i have a document library with root folders and subfolders. so i am trying to get the root specific root folder name attaching with email once user will
    upload any files to subfolders within that root folder.
    Thanks in advanced!

    Hi,
    According to your description, you might want to get the root folder name in SharePoint Designer Workflow when there is file uploading.
    The “Path” field of the current item holds the relative path of a file, as a workaround, you can retrieve the value of the “Path” as string, then split the string
    value with a delimiter character of “/” to meet your requirement.
    In SharePoint Designer 2010, there is no OOTB action to split the string. You can use the custom workflow actions below to achieve it.
    Here is a link about the related actions I use in this scenario:
    https://spdwfstringactions.codeplex.com/
    Settings of workflow as below:
    It works well in my environment:
    Best regards
    Patrick Liang
    TechNet Community Support

  • Sharepoint Cross-Site Content Rollup using Sharepoint Designer with Different Sites deployed in different ports

    Hi
    In Sharepoint Designer Cross Site Content Rollup is achieved using SOAP service in different site collections in Same domain (Same Port where site is deployed). Please provide the information that different sites in different
    ports.
    For Eg: Site A in one port (1000) and Site B in Another Port(2000). I want to access it from site A SP List in Site B using Sharepoint designer.

    HI Krupesh,
    You can call the web service or REST API to update the item in List B and List C in workflow.
    Below mentioned links help in calling web service activity in workflow:
    http://msdn.microsoft.com/en-us/library/office/dn567558%28v=office.15%29.aspx
    http://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/
    Best Regards,
    Brij K

  • Can't Get Item using SharePoint Designer 2013 REST Call Across Sites

    Hi all,
    I am using the following instructions, but can't get data outputted. I am keeping it basic for testing purposes and logging to the workflow history, but I am unable to pull the title. Any clues?
    http://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/
    Thanks,
    Kelly
    Personal Blog: http://thebitsthatbyte.com

    Solved using this:
    http://msdn.microsoft.com/en-us/library/office/jj822159.aspx
    The key was to enable the feature within site settings and to trust the Workflow in Site A via configuring the trust in Site B (Site B is basically stating "I trust the workflow in Site A"). It also required an App Step to be inserted.
    Personal Blog: http://thebitsthatbyte.com

  • Need Attribute Text instead of public name in Siebel

    Hi Experts,
    Is it possible in OPA to send across attribute text instead of public name / attributeName in the "SaveSession" inbound interface to Siebel application?
    Thanks,
    Vinay

    Vinay,
    Unforunately SaveSession only saves the attributes and their values. The text of an attribute cannot be saved.
    If you really need the attribute text, you would probably have to use some custom code to do the following:
    1. Create a text attribute (a2) that will hold the text of the attribute you want the text for (a1):
    2. Create a event handler that sets the value of the text attribute (a2) to the text of the attribute (a1).
    3. When save is called the text attribute (a2) will be saved to the session.
    Its no a very elegant solution, but its the only way I can think of to do it.
    Cheers
    Frank

Maybe you are looking for

  • My site crashes in Safari

    Hi, I made the site in iweb, and uploaded it to godaddy. The site crashes in Safari when I click through the pages, making it unusable on any computer for about 5 minutes (but no problems at all using Firefox and IE.) The URL is http://sanafit.net/Ar

  • Factory method

    Hey all, I am tying to learn factory method and working on an example from the Oreilly AS3 Design patterns book. I am attempting figure out how all the classes work together in this design pattern and I have a question I am hoping someone might be ab

  • Desktop Office Integration in ITS

    I'm in a situation where I need to use "Desktop Office Integration" (DOI) in the ITS. But DOI is only supported in WinGUI. So I'm looking for a workaround. My case is that I'm using the LinkServer in DMS, so that some metadata is linked direct from t

  • How to change the way VLC starts up

    I have installed VLC via pacman, I would simply like to change it so it runs all the time with vlc --control lirc For example I have changed it in thunar when I open video files, it's fine, but some programs call the binary itself automatically (like

  • CC and incorrect clocks?

    CC keeps telling me that my MacPro's clock is incorrect. However, the MacPro's clock shows the same time/date as my cell phone. As a result I have to log in each time to use PS.  Any idea of how to solve this problem?