Hi,
First sorry for my english, I've a problem modifying a line of Purchase Line. I've configured a webpart type "Header+Line" to introduce a Purchase Invoice since Employee Portal, where all fields are "Editable", and all fields but one runs ok.
The field don't run it's a new filed that I created to insert one date in the Purchase Line, I modified the codeunit "EP Modify Line" adding a new line code in the ModifyPurchaseLine function like us:
EncodeXML.AddFiledToValidationDoc(XMLDocValField,PurchaseLine.FIELDNO("Fecha Gasto"));
is a copy of other existing lines....
Someone can tell me because this field does not modify???
Thanks for your help....
0
Comments
Typo? Filed = Field?
But if you copy-pasted the code, I think you have a typo.
AddFiledToValidationDoc
Shouldn't it be
AddFieldToValidationDoc
I don't say that I no copy the code line from Navision, I've written directly in the post.
In Navision I have AddFieldToValidationDoc