Hi all
Pretty new to Nav development and creating my first extension. Got most of it working and now improving things.
I have a custom list page that displays a list of sales orders based on a filter. All works great. Right now it displays the Shipping Agent Service Code, but I want it to show the description from Shipping Agent Services instead.
I know I need a table relation, but not sure how to reference the field in the related table (Shipping Agent Services)
field("Shipment Method"; "Shipping Agent Service Code") { ApplicationArea = All; CaptionML = ENU = 'Shipping Agent Service Code'; Editable = false; TableRelation = "Shipping Agent Services"; }
*This post is locked for comments