/ Month / February

Get name and personnel number of user using x++

I have shared the code to get the current user id using x++ which is only one-line code. In this blog post, I have written the code to get the name and personnel number of worker from user id using x++. I have used the user id which is current. And, the current…

Get current user id using x++

I have been answering the questions on the Microsoft Community to the questioner, I have thought to share this one line code on my blog to get current…

How to create lookup in D365FO using X++

Lookup makes the data entry for the users easy and error-less. I have already shared the video in which I have described about how to create lookup in…

How to insert data into table of AX 2012 from Enterprise Portal

February 4, 2019 - 2:52 pm in Microsoft, Microsoft Dynamics AX 2012

Few days ago, I came across a requirement to insert data into the table of AX 2012 from Enterprise Portal. I had talked to the community members, searched from the internet and read different blogs, but, I didn't get the code for this very basic requirement.…