Hi guys,
Anyone can help me?
I added a new value in PurchParmLine and i want initialize the field.
In my purch order, when i click in generate product receipt, appear the PurchEditLine form with my new field, but always is zero.

¿Where can i assign the new value?
Thanks for advance.
PurchParmLine gets inserted with the PurchLine information when you click on specific function from purchase Order. You need to check PurchFormLetter class to identify where the insert to PurchParmLine happens and assign the new value accordingly.
Hi Shankar,
Thanks por answer.
Finally is solved. In PurchParmLine class call to class PurchFormLetterParmData.createParmLine for insert data to PurchParmLine.