Hi,
I would like to save the value of the new customer field in AX and the store DB. In New Customer form, i added my new field "INNRetail"
In frmNewCustomer.Designer.cs, i added the code for binding the field:
this.textBoxINNRetail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "INNRetail", true));
And in CustomerViewModel.cs, i added the class for extend the Customer.
Now, only i need to modify the SaveCustomer method for to save the INNRetail value. But, how i should to modify the method? Any example?
Thanks in advance,
Jorge GarcÃa
*This post is locked for comments