Hi Experts,
I have a report (SSRS) where I need to display AX session date. I was simply trying the function Table.MyField = SystemDateGet(); in the DP class but it always takes the local machine's date same like function today(). If I try to print systemDateGet() in an AOT job, it shows AX session date perfectly. what could be the reason ?
Thanks in advance.