
Not able to create Sales Invoice record using Web Service when trying to set Tax Group Code. As it is giving the error
"Property \"Editable\" for Tax Group Code is invalid. Expression: [Type <> Type::\" \"]".
Please see the below code:
//Tax Group Code
salesInvoice.SalesLines[0].Tax_Group_Code = "NONTAXABLE";
//Execute Create
_salesInvoiceService.Create(ref salesInvoice);
Any help we be appreciated.
Thanks!
It seems that the field is not editable in the published page, so you cannot insert values on it.