Hi All,
In order to create a new record with the help of a child form (with required field validation), is there any base class in ax to solve the purpose or I have to create a new class to resolve the purpose.
example :
Hi All,
In order to create a new record with the help of a child form (with required field validation), is there any base class in ax to solve the purpose or I have to create a new class to resolve the purpose.
example :
Hi Moumita,
Can you explain in detail ?
Hi,
In ax 2012, there is a form as “OMLegalEntity” .
When new button get clicked a child form get opened. A class called “OMNewLegalEntityFormView” is used in this purpose.
Is it always necessary to create such class for this type of form or there is any alternative way ?
Hi Moumita,
It is an interface for entering new record for that form. You can achieve it by using dialogs also in your form. But you have to take care of the field validations.