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.
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“.
Thanks for comments.....