Find a person based on current userId using standard methods of D365FO
Views (44)
Hi,
In this post we will view the code to find the person name based on current user Id using standard methods of D365FO.
Created a runnable class DAXCurUserPerson(namely) and added below code.
class DAXCurUserPerson
{
///
Output:
Regards,
Chaitanya Golla

Like
Report
*This post is locked for comments