You have three tables named Table l, Table2, and Table3. Table2 and Table3 extend from Table
You define a method on Table2 and you define a field on Table l.
You need to identify on which tables the field and the method will be available.
Which two options should you identify? Each correct answer presents part of the solution.
You need to create a user interface that displays all of the records for a custom module. The user interface must have an action pane, filters, a grid, form parts, and preview information. Which form template should you use?
You have the following X++ code: (Line numbers are included for reference only.) Method l and method2 are in Class l. Method3 is in Class2. You need to set variablel for class l Obj to a value of 5. Which code segment should you insert at line 21?
You have a table named Tablel that contains the information from a sales invoice. For Tablel, you need to create a method named Tax Amount that will return the total amount of tax for the invoice. The method will be used in a report to show the tax amount information. Which type of method should you use?
You need to extract the last three characters from the string value of 122018 by using X++ code.
Which two code segments achieve this goal? Each correct answer presents a complete solution.
You write the following X + +code: (Line numbers are included for reference only.) You need to handle the deadlock exception and the error exception. Which code segment should you insert at line 09?