You are working in a Visual Studio development environment and want to call a class to update some records. Which type of menu item should you use?
Answer : B
You are required to configure a Microsoft Dynamics AX production environment for your customer.
You need to configure the Dynamics AX server as part of the overall installation and configuration.
Which two components can be used to deploy the server? Each correct answer presents a complete solution.
Answer : A,B
A relationship is defined between two tables named CustTable and CustGroup. Each record in CustTable references a record in CustGroup.
You need to set up delete actions to ensure that records in CustGroup can only be deleted if there are no CustTable records that reference or relate to the record.
Which values for the On Delete property for the relation should you specify?
Answer : D
You have an X++ class that has the following code:
Answer : D
You have a table named CustTable. which has the following three fields: AccountNum,
Currency, and CustGroup. You need to wnte X++ code to insert a record into CustTable and set the values of the three fields as follows:
AccountNum = "5000-
Currency = "USD"
CustGroup="30"
Which two code segments can you use to achieve this goal? Each correct answer presents a complete solution.
A)
Answer : C,D