Hello,
This is my first time posting question in this forum regarding development.
I'm trying to recreate report Picking List (5752) and add additional field to the report but its not showing anything
Below are my step on creating the field, I'm not sure if my approach is already correct or not.
- I create new table extension to add 2 additional fields ;Carton No and Pallet No, both are looking up from sales order
- I create new page extension to show the field on the page
- I added the field to dataset in OnAfterGetRecord() with condition if Carton No <> "" then Header Column = "Carton No." and line column get data from new field on table extension else if for pallet no.
- I added the column to rdlc file