Skip to main content

Posts

Showing posts with the label prepare questions for navision

Microsoft Navision Development Sample Questions

1) How can you tell if you are in a “process” from within your C/AL code? a) You are always in a process if you are executing C/AL code b) You never in a process if you are executing C/AL code c) It would depend on what object the C/AL code is if it is in a form you are not in process, any other object you are in process d) If the result of calling the INPROCESS function is true, then you are in a process 2) Which of the above C/AL looping statements always executes the statements inside the loop at least one time? a) For b) While c) Repeat 3) The main limitation of dataports as a tool to integrated Navision with an outside application is that it requires the outside application to: a) Initiate all data transfers from itself to Navision by running the data port b) be certified as Navision comp. c) place its data into an ASCII file before the Navision data port can read it d) know the internal data structure of the Navision tables to be updated by the data port 4) Usi