Skip to main content

Posts

Showing posts with the label Navision

Navision Attain Programming

Navision Attain Programming 1.Evaluate : Date1 +(Date2-Date3) [for some given values of the variables] 2.How to remove the Request Form for a Data Item in a report (Property) 3.How Data are arranged for Indented Data Item(s) in Report 4.Use of Trans Header 5.In a report , the Left Mergin property is set to 1000. Later, while printing, in the page setup, the left margin in set to 15 mm. What will be the net left margin observed in the Print Out. 6.Which function is used to extract the sub string ‘In’ from the following string ‘Purchase Invoice’ 7.Identifier naming convention 8.Evaluation of arithmetic expression (make sure of the operator precedence and R->L/L->R rules) 9.Evaluation of logical expression (Using OR & XOR) 10.In a Data port,two data Item is used, the second one is Indented data Item. While exporting the Data, what will be the Hierarchy of Data exported? 11.Using a data port, data of a table are exported to a .txt file. The File Type property is set

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