In the Create Purchase Order Screen, I have added four fields, Product Manager, Product Manager Name, a User Defined field (Buyer ID) and the Buyer Name in the grid to be displayed. These fields come from the Stock Item Screen).
I want to change the Heading column Employee Name to Product Manager Name in the Grid shown.
PXUIFieldAttribute.SetDisplayName(cache, "_____", "Product Manager Name");
How exactly it has to be done. Where do I put the code ??