Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Field Service forum / Notes in Work Order Ti...
Field Service forum

Notes in Work Order Timeline, Unified Interface

(0) ShareShare
ReportReport
Posted on by 17

These are two different issues, but related.

We recently upgraded to Field Service 8 (8.8). With the changes in the social pane, Activities, Polls and Notes no longer have separate tabs on the Work Order form, but share the Timeline.

In the old format, the system would show us who created the record, but now all we see is when it was created and who modified it and when the modification took place.

We would really like to have the 'Created By' information on the Timeline for Notes. Is there a way to customize this?

Notes.png

As a work around, we can go to the Attachment section (we are using Azure Blob Storage).

Unfortunately, there does not appear to be a a definable sort order for the attachments.

Is there a way to sort these by the CREATED ON column?

Attachments.png

Appreciate your feedback!

Hartmut

Categories:
  • Suggested answer
    HartmutE Profile Picture
    17 on at
    RE: Notes in Work Order Timeline, Unified Interface

    We found a way to sort the Attachment section.

    When you look at the msdyn_filesandattachments Web Resource, search for the function getGridResults().

    Three dozen lines in you find a definition for var options:

    var options = "$select=annotationid,_createdby_value,createdon,filename,filesize,notetext,_ownerid_value,subject,objecttypecode,_objectid_value&$filter=_objectid_value eq "   entityId;

    These are the options passed into the SDK.WebAPI.retrieveMultipleRecords() call that follows below.

    Here you can define the column you want to sort by, by adding the $orderby query option. In our case, we changed this to

    var options = "$select=annotationid,_createdby_value,createdon,filename,filesize,notetext,_ownerid_value,subject,objecttypecode,_objectid_value&$orderby=createdon desc&$filter=_objectid_value eq "   entityId;

    showing the most recently added attachments first.

    Don't expect this to persist through the next upgrade, but an easy enough change to re-apply as needed.

    Turns out the there is an issue with the attachments showing in the table for newly added files if you are not on the 2019 wave 2 release. Our Sandbox was upgraded and it worked well. When we deployed this to Production we ran into the issue. After Production got upgraded to the wave 2 release, this started to work there as well.

  • Fannie30 Profile Picture
    2,990 Moderator on at
    RE: Notes in Work Order Timeline, Unified Interface

    moving to general forum as this is more of a general Unified Interface item and not necessarily just FS.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,207 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,923 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans