Attempting to add field to Sales Header

ChaosChaos Member Posts: 2
edited 2014-05-22 in NAV Three Tier
Greetings,

I am new to NAV 2013 R2 and new to this forum as well, so I apologize in advance if this is the wrong forum. My requirement is to add a drop-down box with job locations to the Sales Order Header
page (page number 42). The locations would be things such as Pr-Production, Development, QA, etc... I have created a table to hold the location values and another table to act as a
join between that table and the Sales Header table. I can't figure out how to add the field with the appropriate data to the page. If someone could provide some high level instructions
to get me started, I would really appreciate it.

Thanks,
Chaos.

Answers

  • KowaKowa Member Posts: 923
    1 If you haven't done so already, create a list page for your new table.
    2. Add a LookupPageID and DrillDownPageID for the list page of your new table in its properties (go with the cursor below the last field to gain access to the table properties)
    3. Add the field in table 36 Sales Header (Field ID range 50000-99999), set the TableRelation property to your new table in the field properties.
    4. Add the control for the new field in the Sales Order page. Walkthrough here:
    http://msdn.microsoft.com/en-us/library ... 70%29.aspx
    Kai Kowalewski
Sign In or Register to comment.