Skip to main content

Posts

Showing posts with the label Microsoft Dynamics AX 2012 Development Introduction:MB6-869 Certification sample questions

Microsoft Dynamics AX 2012 Development Introduction:MB6-869 Certification sample questions

Microsoft Dynamics AX 2012 Development Introduction:MB6-869  Certification sample questions  QUESTION NO: 1 You are preparing to remove data from a database table by modifying cross-company data. You want to achieve this by making use of a single command. Which of the following actions should you take? A. You should make use of the RecordInsertList class. B. You should make use of the delete_from sequel statement. C. You should make use of the delete_recordset sequel statement. D. You should make use of the RecordSortedList class. QUESTION NO:2 You have been instructed to make sure that new data is added to a Microsoft Dynamics AX 2012 database in bulk. You need to make sure that the instruction is adequately carried out. Which of the following actions should you take? A. You should consider making use of the RecordInsertList.add method. B. You should consider making use of the RecordInsertList.new method. C. You should consider making use of the RecordInsertList.insertDatabase m