• 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…
  • Creating a .NET Screen to Display Multiple Entities

    Hi All, I am having an issue whereby the screens in .NET are not able to display information from a view containing two entities. I remember distinctly being able to do this in ASP. I've got a view to join a Custom Entity to the Person Entity and…
  • Using .net API in a console app?

    Hi A very quick question: Can I use the .net API to create a simple console app that e.g. can display a list of all companies and maybe add a new company to sage crm? Thanks, Kurren
  • How can we copy value of territory field from entry or summary screen to other tab in Company Screen?

    Dear members, I am writing this post to ask you about how we can copy value of territory field in one tab to another tab in company screen(i.e: company summary scree). I use sage crm version 7.2. In image below describe what I mean: On Company Summary…
  • Sending an email with an attachment in asp.net

    The customer has elevator technicians out at customer premises completing PDF forms that get posted to a portal. The staff in the office needs to perform the following processes on each document. 1. Create a communications 'ticket' record that has custom…
  • Need trial version of Sage CRM

    Hi there, Our customer would like to integrate Sage CRM into their customized .NET based application. This integration requires accessing contacts from the CRM, add notes against contacts etc. I have gone through website and many other links and could…
  • Contact Developer Staff for Developer Key

    I need to get a developer key so I can work on a .NET project, but I have been unable to get any response through the normal developer license application. Can anyone tell me how to obtain a developer key? I need it for 7.3. Thanks! Kelly Hamann
  • In theory, how does the .NET API access the database?

    Hello, I am seeking clarification related to the overall basic theory of API interaction with SQL databases. Sage CRM is hosted by IIS and some features developed in Java require tomcat hosting service (for Java based web applications). I can…
  • ListPage not filtering from DefaultValue of FilterBox field

    When running a page built from the ListPage class, the list does not filter when you run the page when using DefaultValue set in a FilterBox screen field. Example, in the pers_status field of the FilterBox OnCreate is DefaultValue="Active"; The list shows…
  • Blank Workflow Screen

    Hi All, I'm wondering if anyone has had an issue whereby they have created a workflow with a transition rule and once that transition rule is pressed it redirects you to a blank page? Currently I'm experiencing this within .Net and ASP pages. I have…
  • Set Context in dot NET issue with CRM 7.3 SP2.1

    Set Context in dot NET issue with CRM 7.3 SP2.1 Posted by sourab002 on 29 Jun 2016 12:37 PM I was using SetContext("entity", "ent_entityID"); to set context in dot NET for Custom Entity which works…
  • Set Context in dot NET issue with CRM 7.3 SP2.1

    I was using SetContext("entity", "ent_entityID"); to set context in dot NET for Custom Entity which works spot on for Sage CRM 7.3.a but when client updated to Sage CRM 7.3 SP2.1 same thing starting to show DOTNET errors and it stop doing what it…