Related Posts
  • Forum Post: Re: Re: Re: SL7 and C#

    Absolutely you can write programs that utilize the Solomon Object Model in C#. I would guess you could write VBTools screens in C# but you would have to figure out the C# equivalent of the VBTools required objects, like the record buffers. Examples of those objects are shown in VB.Net.
  • 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: Re: Using Solomon COM libraries with C# for SL 6.5

    Hi, I'm not sure if you are referring to doing interop over the .dll business objects that exist for a few areas of the system (e.g. DMGSalesOrderBO.dll, FMGCustomerBO.dll, etc.) or whether you are referring to the Solomon Object Model. If it is the business objects I can't offer much help...
  • Forum Post: Re: Creating Inventory Issues with Object Model Extremely Slow

    HI Seth, It would be helpful if you could clarify a few points so I understand the issue. 1. By 'one of our sites' you mean a separate business at a separate location, not a specific SL inventory site within the same database? 2. By 'network share' you mean that the SL client...
  • Forum Post: Dynamics SL 7 Object Model with .NET 4.0?

    I have a custom application that uses the Dynamics SL Object Model to automatic functionality. We're using Dynamics SL 7 Feature Pack 1. I'm trying to upgrade the application to be compiled against .NET 4.0, but I end up with an error when the application is running: Unable to establish...
  • Forum Post: Automate Transaction Import

    I'm a C# developer for my company, and we currently have a process that involves creating a CSV of invoice data, which is then imported into Dynamics SL everyday. I was recently asked to automate this import step so that it can be performed without human interaction. I have no experience with...