Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The interface you use to implement the add-in should have a method called OnStart() or OnConnect(), or something to that effect... you'll want to find the method that Great Plains calls to initialize your add-in and put your code to set the data sources there.
|