Hi experts,
I'm new to X++ and having a problem with a form control behavior. I have put the InvoiceAccount field of the SalesTable on a new custom form that I defined the SalesTable as form data source. After changing the field value in form and click Save, system throws errors saying mandatory fields need to be filled (Customer ID, Currency, Customer group) and the field on table was not updated. I have set the Allow Edit property of the form control to Yes and set SalesTable as data source of the form control containing the field.
What am I missing here?