Search the GP Tables
Search by TABLE NAME
Search by FIELD NAME
These are our PP (Def Revenue) scripts. All of our scripts for Dynamics GP can be found here
PP (Def Revenue) Scripts
 
No records to display.
AsherB
4Penny.net
Points: 7683

2/8/2012 1:42:12 PM

VS Tools - how to open a note window in the SOP Sales Transaction Entry form

* This article, and all our great VS Tools documentation, Is available on the VS Tools menu

This short example will demonstrate how to open note windows in the SOP Sales Transaction Entry form using Visual Studio Tools for Dynamics GP

The code is pretty self explanitory, we add an event handler in the Initialize method, and we show how to open 9 different windows. The hard part was figuring out what button went with what functionality, because they have semi cryptic names

 In our example below, we run of the CustomerNumberChanged event, and we open all the windows at one time.

If you use this code as-is you'll get some errors because some of the notes windows require something. For example the Batch note button requires a batch to open.

4Penny.net
Version: GP 2010
Section: Visual Studio Tools for Dynamics GP
Table Definition Quick Links
All Tables
SOP Tables
RM Tables
GL Tables
POP Tables
HR Tables
PM Tables
UPR Tables
IV Tables
Olympic Tables
3