What i enter in Purchase Header Field should appear in Purchase Line Field

Hi,

In Purchase Order,

Both in Purchase Header & Purchase Line , i have added a field by name ‘Requirements’.

Now , when i enter the details of ‘Requirements’ Field in Purchase Header.

The field of ‘Requirements’ in Purchase Line should be filled automatically.

So can you please help me in getting the solution for this one.

Thank you

In Purchase Line, No. - OnValidate() trigger write the code

Requirements := PurchHeader.Requirements;

After “Order Date” := PurchHeader.“Order Date”;

Thank you very much mr.Mohan

welcome…

Please Don’t forget to VERIFY the post(s) that solved your problem.