<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: My tasks display only first name in &amp;quot;started by&amp;quot; field in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/my-tasks-display-only-first-name-in-quot-started-by-quot-field/m-p/26927#M11595</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85993"&gt;@AJ_&lt;/A&gt;&amp;nbsp;I'm so glad to hear you got this working for yourself! I'll go ahead and mark this as the solution. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Oct 2021 15:47:01 GMT</pubDate>
    <dc:creator>amanda_roberts</dc:creator>
    <dc:date>2021-10-15T15:47:01Z</dc:date>
    <item>
      <title>My tasks display only first name in "started by" field</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/my-tasks-display-only-first-name-in-quot-started-by-quot-field/m-p/26925#M11593</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'd like to ask for a help.&lt;BR /&gt;I'm using Alfresco 6 and in My tasks list, there is only first name displayed for the person who started the worklfow (please see the screenshot below).&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.png" style="width: 450px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/233i889450C9F088D1F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I actually cannot figure out where the problem is. I tested to get the variables from the DelegateExecution instance and also tested taskService API.&lt;BR /&gt;In the workflow details, both first and last name are displayed.&lt;BR /&gt;Can you advice me on the process how the "Started by" field value is set?&amp;nbsp; Specifically, from which object these values are taken, where is this FTL located etc. so I can go through the process and find out where the problem is.&lt;BR /&gt;Of course, if somebody knows exactly how to fix this, I will appreciate it even more &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 10:07:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/my-tasks-display-only-first-name-in-quot-started-by-quot-field/m-p/26925#M11593</guid>
      <dc:creator>AJ_</dc:creator>
      <dc:date>2021-08-30T10:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: My tasks display only first name in "started by" field</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/my-tasks-display-only-first-name-in-quot-started-by-quot-field/m-p/26926#M11594</link>
      <description>&lt;P&gt;Alright, I managed to figure this out. Since somebody else might be dealing with this, I'm posting how I solved it. The root cause turned out to be in the Alfresco code.&lt;BR /&gt;&lt;BR /&gt;1) Find the task-list.js file in the Alfresco source code.&lt;BR /&gt;2) Locate following part of code and add text in bold.&lt;BR /&gt;That's it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;         // initiator may not be present, see MNT-11622
         if (workflowInstance.initiator)
         {
            initiator = $html(workflowInstance.initiator.firstName&lt;STRONG&gt; + " " + workflowInstance.initiator.lastName)&lt;/STRONG&gt;;
         }&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Oct 2021 11:30:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/my-tasks-display-only-first-name-in-quot-started-by-quot-field/m-p/26926#M11594</guid>
      <dc:creator>AJ_</dc:creator>
      <dc:date>2021-10-01T11:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: My tasks display only first name in "started by" field</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/my-tasks-display-only-first-name-in-quot-started-by-quot-field/m-p/26927#M11595</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85993"&gt;@AJ_&lt;/A&gt;&amp;nbsp;I'm so glad to hear you got this working for yourself! I'll go ahead and mark this as the solution. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 15:47:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/my-tasks-display-only-first-name-in-quot-started-by-quot-field/m-p/26927#M11595</guid>
      <dc:creator>amanda_roberts</dc:creator>
      <dc:date>2021-10-15T15:47:01Z</dc:date>
    </item>
  </channel>
</rss>

