Friday, 20 October 2023

Remove time from UTC DateTime data type in SSRS report D365 FO X++

 I am  using   this  in the  format function  of  SSRS Report  level expression

=Format(Fields!from date.value,"MM/dd/yyyy") 

No comments:

Post a Comment

Setting VendInvoiceInfoTable default values for custom fields - D365 FO

  When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...