How to Display Forms Name or Class Name or Company Name in LookUp in Dynamics Ax


Description:-

In this article we will see how to create Lookup based on Form Name or Class Name or Company Name is using StringEdit Control in X++. Here is the Solution to create and Display in Lookup in Ax.

For Form Names:-
First of all, we must create a StringEdit control on the form and set the EDT property of the control as “FormName“.

For Class Names:-
First of all, we must create a StringEdit control on the form and set the EDT property of the control as “ClassName“.

For Companies:-
First of all, we must create a StringEdit control on the form and set the EDT property of the control as “CompanyId“.

Related Posts

Previous
Next Post »

Thanks for comments.....