Changing the encoded link to an aggregated task in MySite

Hello,
we have created a task process in SPD with a content type of Workflow Task 2013.
A user starts the workflow and the task is then assigned to a user. The task is synchronized in his MySite and then wants to either approve or reject the request of this task. But when he clicks on the task the link goes to the EditTask.aspx in MySite and
not the EditForm.aspx of the Task. The problem is then that the user cannot direct approve or reject, only set "Completed" and then the task will be ended with the default value. Furthermore it seems that even the Description field is not the same
as its not synchronized.
We want either to change the link to direct to the editform.aspx of the task or to be able to edit the EditTask.aspx so that one could have also the possibility to directly reject.
Any help is appreciated!
Thanx in advance,
Ioannis

Hi,
Yes, it is strange. As My Tasks is related to Search Service Application, Work Management Service Application and User Profile Synchronization Service. You can take steps as below for troubleshooting:
Created a WMA service from Central – Quick and easy
Created Incremental Crawls to happen across all the content sources, setup people search, my sites search.
Made coffee and waited.
Didn’t work. Bit more digging around the web mentioned that the App Pool accounts for the Site and WMA service should be the same. Not ideal solution but gave it a shot.
It didn’t work at first, but then, I deleted my existing WMA Service Application and recreated it, but making sure the App Pool ID that I used was the same as my Web Applications.
Reference:
http://wellytonian.com/2013/10/issue-tasks-update-within-sharepoint-2013/
http://blog.amtopm.be/2013/02/22/getting-personal-tasks-from-the-user-profile/
http://www.lifeonplanetgroove.com/mytasks-workmanagement-task-aggregation-apis-sharepoint-online/
Thanks,
Eric
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Eric Tao
TechNet Community Support

Similar Messages

  • How to change the Encoding type of a XML

    Hi all,
    I'm having a XML(generated at run time) with UTF-8 Encoding. If I'm going to parse it, getting an error saying "*Document root element is missing*".
    If I change the encoding to ANSI, it parses without error.
    How can I change the encoding type of a documnet ?
    Any comment welcome.
    Kaushalya

    There's no such thing as the "encoding of a String". If you produced a String from a sequence of bytes using the wrong encoding, you may not be able to repair that problem by hacking about in your code. You're better off to produce the String using the correct encoding in the first place. Read this for more information about XML and encodings as you appear to be misunderstanding basic concepts:
    [http://skew.org/xml/tutorial/]

  • 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

  • Can I alter the properties of an individual link on a HTML page without changing the other links?

    Hi there,
    I have a contact page created in Dreamweaver and have created an email link to launch Outlook when clicked on. However, all the links in my design have been set a certain way, i.e. white text knocked out of darker background. My email link however, is on white background so you can't see it against the white. I want to go in and simply change the color property of the email link without changing the other link colours on the page. I've tried but without luck. Is this possible to do?
    Thanks in advance for any help!

    Hello and thank you for your answer. I'm still a little confuse though.
    My existing HTML looks like this:
    <p><a href="[email protected]">[email protected]</a><br />
    My link preferences are for the who page and are at the top and look like this:
    a:link {
        color: #FFFFFF;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #FFFFFF;
    a:hover {
        text-decoration: none;
        color: #CCCCCC;
    a:active {
        text-decoration: none;
        color: #CCCCCC;
    .style2 {font-size: 14.5px}
    .style3 {color: #FFFFFF}
    Where exactly should I insert the new link ID that you suggested <a id="special_colors" href="url...">link text</a>
    Also, where exactly should I place the following in relation to the CSS document
    a#special_colors:link {color: red;}
    > a#special_colors:hover {color: green;}
    Sorry but this is all quite new to me. Thank you for your patience and help.

  • Changing the encoding to 256 kbps from the standard 128 kbps

    I just read an article on the Internet about earbuds, especifically the Shure 4c, in which it was "highly reccomended" to change the encoding to higher levels such as 256 kbps from the "standard" 128 kbps.
    The question is, once you have all your songs in iTunes downloaded at the standard 128 kbps, how do you change the encoding to 256 kbps, without deleting everything and transfering all your CDs, etc, all over again? Can it be done without the obvious, do it all over?
    Thanks

    Pedro, this will not be possible. You can't convert a lower bitrate to a higher one & gain anything in quality. The maximum data has already been compressed & removed under the lower bitrate & can't be put back. If you truly want the benefits of the higher bitrate, it would be much better to re-import your CD's at the 256 bitrate. Post back if you have any questions.

  • Why JSTL change the encoding of response?

    Dear all,
    I use JSTL to display multiple language, and it can work fine. I also have a servlet to let the user to select the display language. All the request and response encoding is set to UTF-8, but I found that when user choose language to Chinese, and the servlet set the Locale to ZH, and then, all the jsp file which use JSTL to display message, the response is set to "GB2312"!
    Why this happen? because the response encoding is gb2312, so I cannot get the user inputted Chinese character! I want still reserve the UTF-8, how can I do that? I just found that webapp 2.4 can set locale-encoding-mapping, but I am using tomcat4.1.4, which does not support 2.4.
    Any advice will be appreciate.
    Lichunlin

    Hi, everyone,
    I find that the setLocale method of Reponse will change the response encoding automatically according to the locale, for example, the page encoding is UTF-8, but after I set locale to "CN"(china), the encoding is changed to "GB2312", but I still want it is "UTF-8".
    So I have to change the message tag source code, to change the encoding back after the setLocale method invoke, it is not so good, but it can work now.
    Could you have any other advice? Thank you very much.
    Lichunlin
    Dear all,
    I use JSTL to display multiple language, and it can
    work fine. I also have a servlet to let the user to
    select the display language. All the request and
    response encoding is set to UTF-8, but I found that
    when user choose language to Chinese, and the servlet
    set the Locale to ZH, and then, all the jsp file which
    use JSTL to display message, the response is set to
    "GB2312"!
    Why this happen? because the response encoding is
    gb2312, so I cannot get the user inputted Chinese
    character! I want still reserve the UTF-8, how can I
    do that? I just found that webapp 2.4 can set
    locale-encoding-mapping, but I am using tomcat4.1.4,
    which does not support 2.4.
    Any advice will be appreciate.
    Lichunlin

  • How Can i change the Encoding for Mp3 cds???

    I am curious on how i can chane the Encoding With on i tunes.....The reason is im heavily into car audio and always like to see the names of the bands and song title come up when i play them in my car. Ive noticed certain bands show up on the screen of my cd player..but others say no artist. Ive Also noticed some have a different encoding such as Lame 3.96....... Does Anyone Know How to Change the Encoding With....Or Make it Show up on my car cd player?

    Do you mean you'd rather import using say AAC for instance instead of mp3?
    Go to iTunes Preferences (+,)>advanced>importing>import using> change to which ever format you desire.
    When you burn the cd, check "include CD text" under the audio section if you're burning an audio CD.

  • HT5576 E-mail to Kdnci Alveamcunnina change their security questions with Apple Can I change the email link Barsaalh change the email to the main email with Apple

      E-mail to Kdnci Alveamcunnina change their security questions with Apple Can I change the email link Barsaalh change the email to the main email with Apple

    Contact Apple and ask the account security team for assistance: http://support.apple.com/kb/HT5699.

  • HT1645 I did step 2 but my computer isn't giving me the pop-up in step 3 so i can't push an OK button.  I waited 15+ hours for it to burn and it sent me to this page.  I have tried to change the encoding settings again, and it adjusts the capacity but no

    I did step 2 in the "iDVD:  Setting Encoding preferences" but my computer isn't giving me the pop-up in step 3 so i can't push an OK button in regards to the message.  I waited 15+ hours for it to burn and it sent me to this page.  I have tried to change the encoding settings again, and it adjusts the capacity but no message pop-up appears.

    You can undo your permission changes. Probably the most relevant one is cookies. Try one or both of these methods:
    (1) Page Info > Permissions tab
    While viewing a page on the site:
    * right-click and choose View Page Info > Permissions
    * Alt+t (open the classic Tools menu) > Page Info > Permissions
    (2) about:permissions
    In a new tab, type or paste '''about:permissions''' and press Enter. Allow a few moments for the list on the left to populate, as this information needs to be extracted from a database.
    Then type or paste ''rcn''' in the search box above the list to filter it to the most relevant domains. When you highlight a domain, you can adjust its permissions in the right pane.
    Any luck?

  • How I may change the encoding names for downloaded files?

    I have some problem with encoding when I download files from russian sites. The downloaded files look like this "ìîé êàáèíåò - èíôîðìàöèÿ"

    Firefox, as is, will only download the file. You can choose where the file is
    saved, but that's it.
    Go to the '''''[https://addons.mozilla.org/en-US/firefox/ Mozilla Add-ons Web Page]''''' {web link}
    (There’s a lot of good stuff here) and search for '''download managers.'''
    Many of them give you a chance to change the file name.

  • 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.

  • How can I change the BlackBerry Link Network Drive mapping from Z: to something else?

    Hello,
    I generally have a mapping to my NFS server on Z:, and my iTunes library has a relative path to Z: for all of my music - the fact that Link is automatically picking Z: as my network sync target for my device does not work for me to sync music, or anything really. I can't figure out how to change this value to something else.
    I found the registry key: \HKEY_CURRENT_USER\Software\Research In Motion\Device Manager\Device Settings\<DEVICENAME>\VolumeMapping with a default blank REG_SZ - can I use this key at all to manually change drive mappings for my device? If so, what is the key/value pair I need and will this mess up any assumptions taken inside the Link software for synching?
    ... Also, I have a Feature Enhancement Request to go along with this issue: Add a "Change drive map letter" button beside the "Turn on wireless connections to my computer" button in Link, and add the same option in the context menu to the 'Device Manager' for the mapping (which currently just says 'Explore').
    Thanks for the help,
     - Jeff

    I do not know a lot about this subject but since Device Manager is not a Device and the BlackBerry Phone is not recognized as a Device in Disk management unless Mass Storage is turned ON it looks as if by design you cannot change the Drive Letter.
    Also if Mass Storage is turned On in the Phone Settings File Manager and BB link will not work but the BB Phone will then be recognized as a Device in Disk Management and the Drive Letter can be changed, this has no effect on the Drive Letters for Device Manager.
    Normally to change the Drive Letter and Paths of a Device once the Device is plugged you would go to Administrative Tools, Computer Management, Disk Management, right click the Device and choose "Change Drive Letter and Paths"
    Changing the Registry or Uninstalling Device Manager but keeping BB Link or looking for a Utility that can change the Drive Letter such as the one that many XP users had called TweakUI (only worked in XP) or changing the Drive Letter for your Network may be the only way.

  • How to change the encoding value in jdom?

    When I create a new xml file by using jdom, the encoding value of xml is "UTF-8"
    (<?xml version="1.0" encoding="UTF-8"?>).
    How can I change encoding value to "big5"??
    Thanks

    Use this method (JDom API)
    XMLOutputter.setEncoding(java.lang.String encoding)
    Regards,
    Darren

  • How change the encoding of xsd?

    Hi.
      I have an xsd file that has as encoding the ISO-8859-7. When importing it into XI the encoding is changed to ISO-8859-1.
    To be more specific the
    <?xml version="1.0" encoding="ISO-8859-7"?>
    is converted to
    <?xml version="1.0" encoding="ISO-8859-1"?>
    How can I change this one?

    Hi,
    Re: How to change the incoming xml to a different namespace

  • Running Firefox 3.6.13 on Winows 7 and I cant change the mailto link to Outlook

    Hi all,
    I am running Windows 7, and have Firefox 3.6.13 I am trying to get Firefox to use Outlook 2010 for mailto links.
    When I go to tools/options/applicaitons/mailto Firefox does not have Outlook as an option to choose from in the drop down menu.
    For the life of me I can not find an outlook.exe to point it to.
    The path of the start menu shortcut is not help, it reads: "C:\Program Files\Common Files\microsoft shared\Virtualization Handler\CVH.EXE" "Microsoft Outlook 2010 9014006204090000"
    Pointing Firefox to the CVH.EXE does nothing.
    Any ideas?
    Thanks

    Scoob,
    Your are of course right, I am running 3.6.13 not 5.0 (when I checked it had Mozilla/5.0 on the "about" tab and I obviously mixed the two up.
    I understand how in Firefox to change the application associated with mailto my problem is even using the browse function I can not find an .exe for outlook to point Firefox to.
    Anyone know how to point 3.6.13 running on windows 7 to outlook 2010?

Maybe you are looking for

  • Ps 7 on web server failed to start up after install

    I've installed ds/am (jes4) on a separate mc, then I install ps 7 on web server on a local whole root zone of a separate mc. There's no error message found on the install log but whenever I try start up the web server, I got following error message #

  • How to know if a sent-email was opened or deleted? AnyThing in API??????

    Hi pal, Is there anyThing in API to know if a sent email has been opened or deleted by reciever? Asif

  • Condition type EDI1 is not populating in XKOMV for BOM Header Item

    Hi All, We have assgined EDI1 and EDI2 condition types in pricing procedure, and creating orderd through Idoc, and checking for customer expected price. EDI1 and EDI2 are correctly populating for standard items, but NOT for BOM header item. I checked

  • What is the best way to achieve this

    site is here much like a "drop shadow" on the content into the background i have an image that repats on the y axis.....it is a film strip... this is my issue.... i have the bacground image defined in the #wrapper div as follows div#wrapper { margin:

  • Best settings for show with just JPEG at 300 psi

    Hello, My son is working on a school video project. The elements are music, JPG stills (scanned at 300 psi from a black and white negative) and text (a poem by Lawrence Ferlinghetti). He will use the motion tools to zoom and pan on the images, etc. C