Adding dates to MS word reports

Is this method for adding current date to a word report still valid? https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/8.1/platform-customization/classic-ui/ms-word/examples/create-ms-word-report-custom-macros#title-15703-2  After compiling Creatio can't find refs to IExpressionConverter or ExpressionConverterAttribute.

 

Regards,

Michael

Like 0

Like

3 comments
Best reply

Michael Lim,

For the Date macro, it needs to be [#Date#], not [#DATE#]

I've also tried this method but when the report prints the field is empty. I'm on version 8.2.3.   https://academy.creatio.com/docs/developer/application_components/reports/ms_word/overview#title-1371-3 

 

 

Version 8+ documentation looks similar in structure, it just has less information for the setup https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/freedom-ui/ms-word/references/basic-macros

 

Regard,

Michael

Michael Lim,

For the Date macro, it needs to be [#Date#], not [#DATE#]

Ryan Farley,

Thank you Ryan. I got the formatting to using Created on[#Date|MM/dd/yyyy#]

Show all comments