1.
In Great Plains what actions performed by a user can cause the VBA modal dialog event to run for a window?
2.
Which type of scrolling window allows the user to edit existing data in the scrolling window?
3.
In VBA, where are events listed?
4.
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?
5.
The Purchase Order Entry window has been added to the VBA project. Code exists on the afteruserchanged event for the Vendor ID field. Which actions performed by a user will cause the afteruserchanged event to run?
6.
When adding fields to a VBA project from a Great Plains scrolling window, which statements are true?
7.
If you want to set a drop-down list to a specific value and you don want Great Plains to overwrite your If you want to set a drop-down list to a specific value and you don? want Great Plains to overwrite your code what window event would you use?
8.
In VBA which function is used to convert a string to a currency data type?
9.
Youe created some VBA customizations and are ready to distribute them to the end users. Which file will you give to the end users?
10.
You have created a customization using Modifier and VBA on a workstation. You would like to use the customizations on another workstation so you create a package file. Importing the package on another workstation will affect which of the following?