Hi,
I added for Retail POS a new field "INNRetail" in new customer form, but i got the error DataMember property: Cannot bind to the property or column “INNRetail” on the DataSource. Parameter name: dataMember.
In Visual Studio, in frmNewCustomer.Designer.cs file, i added the next code:
this.textBoxINNRetail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "INNRetail", true));
The INNRetail field are created in CustTable (AX) and POS DB, but in Visual Studio, i think Customer does not have the INNRetail field. ¿Where i should declare the field in Visual Studio?
Thanks in advance.
Regards,
Jorge García
*This post is locked for comments
I have the same question (0)