Announcements
We have a word template for our POs. This pulls the field "Expected Receipt Date" from the purchased lines. The date comes through in the format "14 September 2021" - see below. Is there a way to format the date so it displays "14/09/21" instead? Does this need to be done in the Word template or in BC?
Seems like formatting on BC side in report code is the only way. the problem is not new:
community.dynamics.com/.../date-format-in-custom-report-layout
community.dynamics.com/.../changing-date-format-to-be-displayed-in-report
Are you sure that is correct?... As in BC the date is displayed as "14.09.21" not "14 September 2021"
This is a snip from BC...
In BC. The layout just presents the data that BC prepares for it. A report extension could be used. Add your own date field and use the format() function. Something like column(Newdate;format(“Expected Receipt Date”,0,4)) {} should do the trick
André Arnaud de Cal...
294,110
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator