• Sage CRM 2020 R2- Connection to REST API

    Hi everyone. I am relatively new to SageCRM(2020 R2) & I have to use REST API for getting and posting cases. I am stuck on: =>To access a Sage CRM record data via the RESTful API, use the following URL format for your HTTP request: http://{server}/sdata…
  • .Net6.0 usage in Sage CRM

    Will you be looking at moving over to using net6.0 for .NET development and customization, seeing that is the latest LTS version from Microsoft?
  • Sage CRM API Address Type

    How do you specify a type value (e.g. "Billing", Shipping" etc.) when adding an Address Entity via the Sage CRM API (webservice.add). I can't see a relevant field in the list below:- address1, address2, address3, address4, address5, addressid, addressidSpecified…
  • Display of TOP content different for CRM objects and ASP or .Net pages

    Hello team, have the following problem with the display of TOP content. It should be displayed as shown here with the FAV icon and extended information on the right. This works in the ASP file and in .Net But if I now go and attach an crm object…
  • Getting screen field value to a variable in .asp

    How can I get and assign the value of an field (advance sesarch list) in a screen to a variable in a .asp?
  • Date input on custom screen

    Hi, How to add a date input with a calendar button in a custom screen using .NET API for generating report? Thanks.
  • Wrong encodings for custom entities in the workflow screen

    When I use workflows with my custom entities, the selection fields are displayed incorrectly, how can I fix this.
  • Change order of panels on Lead

    Can we change order for screen panels on Lead so that on Lead Summary tab it shows Lead Company Details Panel first and then others ? I tried changing the order form Administration -> Customisation -> Lead > LeadEntryBlock but no good thanks
  • [SafeCall Exception]: eWare.Init not called.

    Hi Friends! We are working on upgrading an existing Sage CRM 7.1 to 7.3. We performed the initial upgrade for us and now we are going through all of our customizations to verify that they work and fix as needed. We are having trouble with our Customised…
  • Multi line text fields on Custom Screen

    After upgrading CRM to 2018 R1, multi line fields stopped working on custom dot NET screens. I used to work fine since the last upgrade. you can type in the fields but when press enter it does not do line break ? tried creating new multi line fields…
  • An error occurred in the Microsoft .NET Framework while trying to load assembly id 65607.

    I upgraded CRM standalone from 7.3 to 2017 R3 recently . I was asked to disable all triggers before upgrade so I did. I assume CRM will enable the triggers automatically but it did not. Now I have an issue. After a user create a company with person…
  • IFrame on CRM 2017R1

    Hi All; I Have IFrame inside .Net Api page, how can i show iframe screen with out top menu : Thanks.
  • File Upload Control

    I would like to provide a screen to a customer with a file upload control on it. Does Sage CRM .net have a concept of a file upload control similar to what asp.net mvc has here: http://www.c-sharpcorner.com/UploadFile/sourabh_mishra1/fileupload-in-Asp…
  • 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…
  • Call function in dotNet dll

    Dears All; when upgraded CRM from 7.1 to 2017 R3, shows the below error. " DotNetBuildError " this error shown when we call the page from dotNET DLL by button or iframe. It was working in the previous version. please advice me.
  • Library Record Creation - Sage 2017 R2 - SOAP /WEBSERVICES - Question

    All, Thanks for taking the time to read this. I have an issue with creating a library record via web services. AIM : Create a library Record -> Populate fields with data. Sample Code: ewarebase[] CRMBase = new ewarebase[1];//Allows reference…
  • 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…
  • .net dll clears values after validate

    Good day, I created a simple dll to test the the validation of all required fields on a entryscreen. The validation works fine but the issue is that once validated all fields values clears and I have to fill everything in from the start. Am I missing…
  • 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…
  • Creating Custom action using .net api

    I am currently faced with the task of creating an account (company record) from a person record in Sage 200 CRM 7.3. The mappings are defined in a custom entity. Coming from a mvc background, I was thinking about creating a c# class with a method in…
  • Issue with security profiles and tab action "customdotnetdll"

    Hi @all, I have a Problem with security profiles for my custom entity when referring to .NET DLL and haven't found any help or hint so far in this community. I created a new Primary entity using the advanced customization wizard. This entity is owned…
  • 2017 DEVELOPER DOWNLOADS AND COMPONENTS

    Can someone tell me where I can download the .NET API (CRMSDK) for SAGE CRM 2017 R1?
  • How to change an attachment to a communication record

    Using Sage CRM 7.3 SP3 integrated with Sage 100 2016 I have written a .net customization that reads a data file, creates a communication record, and attaches a pdf file to the communication. We have found that on occasion the wrong communication ID…