• 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…
  • 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…
  • Sage CRM 2017 Webservice

    Please can someone advise me how I can log into the CRM web service without taking up a user licence. Is there a type of user that can be utlilised for this purpose?
  • Dynamically change captions possible?

    Currently on CRM7.3 SP1.1 - I love the new Client-Side API and know how to change field and caption appearance using crm.fields() commands but now I'd like to override the normal caption of a field based on the Opportunity Team (if oppo_channelid==8 change…
  • 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…
  • WebServiceSoapPortClient - Change URL

    Hi, I want change by code my web service url. http://127.0.0.1/crm/eware.dll/webservice/webservice.wsdl to http://myserver/crm/eware.dll/webservice/webservice.wsdl There's this creator WebServiceSoapPortClient(string endpointConfigurationName, string…
  • Sage CRM 7.3 - Self Service site creation

    Hello, Does the Self Service site have to be created with classic ASP Pages? Or can I create essentially any client side web site, and connect to CRM via SOAP and/or SDATA? If so, are there any tutorials on that? I've found and read many articles on…
  • Is it possible to increase the return record count value from Webservice query/queryrecord

    I am to import data using Sage CRM for that i am using the SageCRM. It's working perfectly ok for me but when the umport data count is huge like 500K-800K it's took so much time and seems to be waste of time. So is any other alternative that will…
  • SageCRM QueryResult into Datatable

    Is it possible to covert queryresult or queryrecord result to convert into datatable ?
  • installation sage crm

    Hi, I tried to install sage crm but an error message mentioned that the filtre isapi is not installed. However it is installed in IIS. How to deal with it. please help. I tried to réinstall it.
  • How to manage the redirect in a custom page (Asp.Net/C#)?

    Hello, I have a custom page (Asp.Net/C#) displays a GridView with data (it's a custom grid that is the same as a Sage grid). In this GridView, I created a column with hyperkinks. I would like to know how to build the url? When I click in the gridview…
  • Upgrading to sage CRM v7.72 error

    I have issues when upgrading Sage crm v7.71 to 7.72 in updated component entity creation wizard. Please help.
  • How to empty Company/Person fields with WebService ?

    Hello, I followed this thread in order to empty fields with WebService: community.sagecrm.com/.../how-do-you-set-a-null-value-via-soap-web-services.aspx It works well for the Website field as depicted in example, however, there is many other fields…
  • Changing the Security field in Sage CRM

    Hi, I need to change the security fields of the CRM . I can't find the tables affected in sql server. I had to change the security fields within my application developed in visual studio 2010 using Sage CRM 7 Basic template. Thanks for help.
  • Where are email type and phone type

    Hello, I recently began to use SageCRM SOAP WebService with a trial version but I encountered a weird behavior. Actually I tried to get type informations along with mail & phone attached to a user (Business, private etc..). Although the WebService…
  • Workflow

    another qustion on this context "Workflow" when i go to new case or new opportuinty and then press new custome entity the system bring for me the rule for case or opportuinty last select not rule for custome entity any help
  • How to create pages in CRM 7.0

    Hi, How to add our asp.net page in CRM screen. What are the steps to do it? Give a detail explaination for this. Please do the need ful
  • Is there anyway to style a list you create on the Self Service page?

    Hi Community, I have been working on displaying some info on a self service page and at the moment, I cannot for the life of me figure out how to style the list I create. I assume the eWare.css does not effect the following: <% NewList = eWare.GetBlock…