In Microsoft Dynamics NAV, there are many functions that help you enter data in a quick and easy way. Sometimes clients have a requirement of inputting one or more values at run-time and based on that result perform some actions. Keeping this requirement in mind, we have implemented an input box that takes multiple values as input at run-time. Here are the steps for the to create multiple values input box in Dynamics NAV:
1 – Action – Enter Rows and Columns
2 – Multiple values Input Box
3 – Result
4-Code
For all this variables “RunOnCilent” property must be set. To set this up, following are the steps:
1 – Create Input Box as Form
2 – Add Labels
3 – Add Text boxes
4 – Add Buttons
5 – Get Results
And its done.
This can reduce the unnecessary use of objects.
If you need any help, feel free to reach us.