hi,
*This post is locked for comments
hi,
*This post is locked for comments
Have there been any updates to this issue? I have the same requirements for a custom entity where the template list needs to be in the same order as in Dynamics.
I created a macro snip that sorts data on the applicable table. However, it will only work for the user that uploads it. For some reason, the macro doesn't show up for any other users in the CRM.
Name the Macro "AutoOpen" for it to run automatically once the document has completed it's load process:
Sub AutoOpen() If Application.Documents.Count >= 1 Then If ActiveDocument.Tables(6).Rows.Count > 2 Then ActiveDocument.Tables(6).Sort FieldNumber:=1, SortFieldType:=WdSortFieldType.wdSortFieldDate, ExcludeHeader:=True, SortOrder:=WdSortOrder.wdSortOrderDescending End If End If End Sub
Hi Fernando,
At this time unfortunately the list is shown in the order that the records were created (as per www.microsoft.com/.../using-word-templates-in-crm.aspx)
AFIK there is no way around this at this time other than recreating special records for your template in the order that they are needed to be displayed.
Not the answer you were looking for - but I'm looking forwards to improvements in this area in future versions.
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,305
Most Valuable Professional
nmaenpaa
101,156