Related Posts
  • Forum Post: Integration possibilities with SL7 - Webservices?

    Hello, We are in the process of building ASP.NET based Sales portal and need to integrate it with SL7 to check credit status(Payment relased) and need to programmetically create companies in SL7 I read somewhere that SL7 is built with VB2005, Does it expose webservices? Has someone written a wrapper...
  • Forum Post: New form or demo app for SL 7.0 SDK?

    I've been programming for GP and CRM but am new to Solomon. Has anyone seen books or blogs on programming with the SDK to create new forms in SL 7.0? Any samples showing new tables, forms, etc? I've been searching and haven't found anything. Thanks!
  • Forum Post: Re: Developer Resources Outside MS

    Hi Jason, Your post definitely resonates. The developer resources for SL have always been lean - it is very much every person for them self in a self-taught kind of way. There are a fair number of developers out there in the woodwork, but they are probably all working at or running VARs so there isn't...
  • Forum Post: Re: Re: Re: Getting Solomon .NET programming assistance? Manual? Help files?

    Hi Toni, I think I understand what your developer is asking. There are two ways to work with data in the SDK. The first is to use a table buffer, which is a class that must inherit from SolomonDataObject. This is the version 7 replacement for dh files (still used on the VBA side). If you look in...
  • Forum Post: Converting SDO files to DLL

    Has anyone created a dll that contains all the SDO files to be referenced by the project? We have several developers so we thought it might save time by making a DLL and making one change instead of when there is a change in the SDO file, it won't break all our custom apps, which we have several...
  • Forum Post: Re: Re: Re: Re: SL7 and C#

    In theory both VB.net and C# compile down to the same or equivalent intermediate language code, however, I recall a hotfix awhile back that dealt specifically with calling Object Model from C# code, so perhaps there are some minor differences in the SL environment. The SL kernel is still C++ from what...
  • Forum Post: Re: Re: Re: Create an Input Form in SL

    Hi Lisa, Al of the SL screens (provided with the application or custom-built) are created using the SDK (also referred to as VBTools). The screen and its program code are created in Visual Studio using the standard SL user interface controls that are provided. The SDK provide the SL-specific API calls...
  • Forum Post: Are there any developer groups or resources to learn about the Dynamics SL SDK

    Looking for sample code and other developers to bounce ideas off as I begin to learn and understand the SDK for Dynamics SL.
  • Forum Post: SL 2011 and SDK - how to setup my development laptop

    I want to setup my windows 7 pro laptop with VS 2010 to develop screens for my Dynamics SL 2011. I read somewhere that I must install VS 2010 followed by the FULL Dynamics SL installation on my laptop and not just the client setup. Can you verify what is required to be installed on my laptop? I really...
  • Forum Post: Help!! New to SDK - Small sample on how to create new screen?

    I am new to the SL 7.0 SDK. I am using VStudio 2008. Anyone with a small example on how to create a new .exe (screen) from scratch ? (it is a screen that will mainly display data from several tables but has some data entry in custom tables) Also, I need to be able to pass parameters to other screens...