|
plz upload latest dump i need latest dump thanks buddy
|
Question 1. When working with DUOS, it is important to handle the Save Dialog message appropriately. The user has a record displayed on the screen and they make a change to that record. What next action would cause the save dialog to appear? Choose the 3 that apply. A. Clicking on the Save Button B. Clicking on the Browse Buttons C. Clicking on the Lookup Button and selecting another record D. Closing the window Answer: B, C, D Question 2. You’re created some VBA customizations and are ready to distribute them to the end users. What is the recommended way to distribute customizations and which file will you give to the end users? A. Package tile B. Forms.dic C. Reports.dic D. Dynamics.vba Answer: A Question 3. Using VBA, what type of events exist for Microsoft Dynamics GP reports? Choose the 3 that apply. A. Start Events B. End Events C. Band Events D. Field Events Answer: A, B, C Question 4. When working with multiple VBA projects, what needs to be done in order to reference fields from one project to another? Choose the 2 that apply. A. Mark a circular reference between the projects B. The same object must be added to each project C. Mark a reference from one project to another D. When referencing the object in the code window, the object must be fully qualified Answer: C, D Question 5. If DUOS tables were used in the VBA project, when distributing, where do the DUOS tables need to exist? A. In the same location as the Dynamics.dic B. In the same location as the Dynamics set file C. In the same location as the System files D. In the same location as the Company files Answer: D Question 6. You have customized a Microsoft Dynamics GP window using Modifier and VBA on a workstation. You would like to use the customizations on another workstation so you create a package file which includes only the customizations you made. What will be affected when the package file is imported on another workstation? Choose the 2 that apply. A. Dynamics.vba B. Reports.dic C. Security D. Forms.dic Answer: A, D Question 7. In VBA what needs to be done in order to use DUOS methods and properties? Choose the 2 that apply. A. Declare the collection B. Declare the object C. Mark the Required Declaration Option D. Mark a reference to the DUOS tables Answer: A, B Question 8. When working with DUOS objects, what would the “for” and “next” statement do? A. Change multiple objects in the DUOS table B. Change one object in the DUOS table C. Change multiple objects in the collection D. Change one object in the collection Answer: C Question 9. In Report writer, which field type has the suffix FREQ appended to it when added to the VBA project? A. Control Count B. Count C. Sum D. Average Answer: B Question 10. What code would be used to update the DUOS table with the value of the Email Address field on the window? A. CustomerObject.Properties (“Email Address”) = EmailAddress B. CustomerObject.Properties (EmailAddress) = “Email Address” C. EmailAddress = CustomerObject.Properties (“Email Address”) D. “Email Address” = CustomerObject.Properties (EmailAddress) Answer: A
Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.