• Creating Orders

    I have migrated some custom development from creating orders via the crm web service to creating orders via a custom .net dll . Are there any fields that are set in the web service by default that I need to set manually in my custom .net dll? Please…
  • Issue with .NET CRM List Web Class Implementation

    Hi Everyone, I'm having an issue with the .NET Web Class. I have created my page and it is doisplaying the data, but the CRM List that I have added is not displaying correctly with the pagination. I have used the following to create the instance of…
  • Possible Resource issue between custom .net dll and core CRM

    I have a custom .net dll that writes to the Company, Account and some of the link tables including AddressLink. When I run the custom dll from a button inside CRM, CRM hangs. I checked the CRM system log file and found the following error: SQL Error…
  • Creating an account (company) in Sage 200 CRM

    I'm creating an account (company) using a custom dotnet dll. When I click on the financials tab of the relevant accounts, the following message appears: I am currently writing to the company table. What other tables do I need to create an entry in…
  • Calling Company Deduplication Screen from custom .net dll

    I have a custom .net dll that creates a company record from a person record. I also have a button on the Person Summary screen to call create company In the custom dll. What I would like to do is to implement company deduplication prior to creating…