Current User

Hi I’m using D AX 2009

How do I get the current user and display it on a text Control in a report.

I’m using it for ‘Prepared by’/ ‘Reported By’

on the footer of a report

Thanks.

Hi Ian,

Use curuserid() method to get the current user. Assign this method to string variable and use the variable to display the current user.

Regards,

Raghav.