• 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?
  • Managing Entity Progress easily with .NET SDK ???

    Hi all, I have three different workflow for three different entities : Opportunity, Contracts & Services (where Services depends on Contracts) I need to implement relationships and automatisms between those elements as they are part of the same Global…
  • Submitting form values to an external website after record insertion.

    Hello, I seek a little advice as i am new to this (external accessing) concept. From what i understand, is that an external access to Sage CRM in a secure and the only way can be achieved by using Web Services which are using Sage API. However…
  • 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.
  • Sage CRM C# .net Pre-populate field/s on the server side

    Hello, I am trying to prepopulate some fields in my screen as follows: (the result of this is an empty screen with label "NoQuery") Record recTrackingExistingCompanyValues = new Record("ProspectTracking"); recTrackingExistingCompanyValues.SetField…
  • 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.
  • How to add a button to a vertical panel? ASP API

    Hi, What is the best way to add a group of buttons to a panel? Reports page has the look i am trying to achieve.
  • ACTIVEXOBJECT in javascript FAILS!!! Calling a custom file from a custom directory on a machine doesnt do anything.

    Hi, I am trying to create a button which will open a custom file. To do so i have to use activexobject but it doesnt work in sage crm. Is it possible to use it in Sage? Any suggestions are welcome. Thank you. the code: <script language…
  • complex screen in ASP.NET c#?

    How can i create a complex page in ASP.NET c#? I cant find any example. Please help me.
  • how to create Back button in ASP.API (SDK)

    Hello, I have a cancel button here defined in my search page : this.CancelMethod =""; When i press this button i would like to to simply go back one page. How can i do that? Thanks.
  • How to arrange buttons.

    I am trying to arrange my custom buttons so that they are all consistently in order on every single page. Please see the code below : this.EditMethod = "RunEntityDataPageEdit"; this.AddUrlButton("Delete", "Delete.gif", UrlDotNet(ThisDotNetDll, …
  • How to remove or hide filter from EntityListPage SDK (ASP.API)

    Hi, This page contains filter screen called EntityFilterBox where i removed all fields however the filter button still remains on my page. I was also looking for some filter boolean property or method where i could hide it but i couldnt find it. Could…
  • How to assign DataPage to Summary tab in SDK (ASP.API) and make it active after entity selection.

    Hello, I am trying to assign my EntityDataPage to Summary tab. At the moment Summary tab points to the EntityDataPage method within DLL file. When i select a specific item from a list of items then ill get my EntitiyDataPage from my dll file which…
  • How to install created custom pages to the system? (How to hide the source code?)

    Hello, I created my custom pages along with (custom) main entities, tabs, lists etc. Now, how can i officially publish/build/implement these pages to the system so that the user of the system will be not able to see the source code of the pages i created…
  • 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…
  • CustomDotNet.dll Error

    I created a custom .net dll to use with CRM 7.1h. This dll uses the accpac com api to create an invoice in AccPacc. This is very intermittent but sometimes it works fine and other times it doesn't. Most of the time when they get this error message they…