I am trying to build my NAV development skills and want to build a wizard where I can fill in a timesheet.
What I want to do is to choose the project where I want to write hours on, I was hoping I could do this by selecting the project no or name from the project table, unfortunately, this does not give me a dropdown field with all the available options.
Is it possible to do this in a wizard?
Answers
one way is to set the TableRelation Property.
Example:
Select the Field Project Description -> open Properties (Shift+F4) -> Add "Job" to the TableRelation
It looks like your field is not editable or you defined a constant value.