Re: Newbie please help with dynamics solomon customization
The SDK comes with Dynamics SL - it is the VT Module, and is installed when you do the Dynamics SL install.
If you are working with SL 7.x, then some of the rules are:-
- The machine you are using for development must have a full SL install (ie not just a Client Install)
- VS must be installed prior to the SL Install. However, I have found that if VS is installed after SL, you can probably "fix things" by uninstalling then reinstalling the SL Client.
If you are not familiar with SL development - it is quite different from "standard VB development".
All database work is done using the API and the Kernel.
All "screen work" is done using SL Conrols and the API.
I suggest getting the SDK Training Manual. I haven't actually seen that manual for several years, but it used to do a good job of explaining the concepts, and it had somr worked examples.
Barry