The process we use to run customer statements includes sitting back the client session AX time. When the statements are ran they still print with the server time.
The expression on the report is:
=Microsoft.Dynamics.Framework.Reports.DataMethodUtility.ConvertUtcToAxUserTimeZoneForUser(Parameters!AX_CompanyName.Value, Parameters!AX_UserContext.Value, System.DateTime.UtcNow, "d", Parameters!AX_RenderingCulture.Value) & space(1) & Microsoft.Dynamics.Framework.Reports.DataMethodUtility.ConvertUtcToAxUserTimeZoneForUser(Parameters!AX_CompanyName.Value, Parameters!AX_UserContext.Value, System.DateTime.UtcNow, "t", Parameters!AX_RenderingCulture.Value)
Can this be changed so that the report would print with the time from the client session rather than the server?
If so, would someone be so kind as to help on how it can be accomplished. I am not coming up with anything on Google. :(
Thanks,
David