Hi,
I am Microsoft dynamics ax intern and I am new to this.
I have a form for inserting new offer. This form has a checkbox vendor field.
The request is: when vendor checkbox is selected, the enum field (Accommodation) must be automatically filled with information about accommodation that selected Vendor offers.
I suppose I can override the modifiedField method on a table level, but I need an example how the code should look and how do I implement this.