MB3-208
Microsoft
Great Plains 8.0 Modifier with VBA

Answer:
B
QUESTION:
134
In Report Writer, which field can be used to print information from the DUOS table?
A. DUOS table fields
B. Calculated Fields
C. Global Fields
D. Legend Fields
Answer:
B
QUESTION:
135
What code would be used to update the DUOS table with the value of the Email
Address field on the window?
A. EmailAddress = CustomerObject.Properties ("Email Address")
B. CustomerObject.Properties (EmailAddress) = "Email Address"
C. CustomerObject.Properties ("Email Address") = EmailAddress
D. "Email Address" = CustomerObject.Properties (EmailAddress)
Answer:
C
QUESTION:
136
You add the Transaction Entry window to the VBA project along with fields in the
grid. Where would the fields added from the grid appear?
A. In the Project Explorer Window for the Transaction Entry Detail Grid
B. In the Code Window for the Transaction Entry Window
C. In the Project Explorer Window for the Transaction Entry Window
D. In the Code Window for the Transaction Entry Detail Grid
Answer:
D
QUESTION:
137
You have added a Great Plains window and several fields to the VBA project. You
realize that a few fields are not needed. How do you remove an individual field from
the VBA project?


You've reached the end of your free preview.
Want to read all 7 pages?
- Fall '20