Hi Team,
I have few custom fields in pricediscadmtrans table, when you go to price/Discount agreement journal from below path Procurement and sourcing > journals > price/discount agreement journals then click on lines and check you will get one option in ribbon "Edit in excel" now if you click this it will show data of journal lines on excel. I want to see my customer fields also here.
What i did till now?
1) Added custom fields to table PriceDiscAdmTransfer.
2) Added code in method PriceDiscAdmTransfer::populateforjournalnum(journalnum) to select and put our custom field values to temp table.
3) added custom fields to query PriceDiscAdmTransDoc as well.
Still whenever I am clicking on edit in excel option, I am not able to see my custom fields in excel.
I hope there is a need to modify Excel template used here to add new fields - PriceDiscAgreement_xlsx
( if yes not sure how we can modify it ? )
*This post is locked for comments