• Adding a checkbox to a grid in 7.2

    Read the following article on adding a GridColCheckBox to a List ( https://community.sagecrm.com/partner_community/b/net_development_tips/archive/2009/05/27/an-example-using-the-gridcolcheckbox-class.aspx ) but this does not appear to be working. The…
  • .Net API

    Hi Guys Our client's requirements are to create a file upload screen where they upload Excel files to & some processing is done on the data. I simple interface with a file upload & a submit button. Below is the code. public override void BuildContents…
  • How to reference an extern dll to a Sage CRM project ?

    Hi, It's possible to use an extern dll referenced on a Sage CRM project (Basic Template or Entity Template) ? When I reference my own dll and I use It, I've this message error : An error has occurred in a CRM .net customisation. Please contact…
  • .NET record.savechanges(); Odd behavior ??

    Usually when I am accessing CRM data from my customDotNet app I do something like this... Record recTable = FindRecord("Table","tabl_id="+somevalue); recTable.SetField("tabl_Status","InProgress"); rectable.SaveChanges(); However, recently I have…
  • .NET Equivalent to CreateQueryObj with Database Name parameter?

    In the COM API you can specify the target database you want to run a query against using CreateQueryObj. For example CRM.CreateQueryObj ("select * from mytable","MYDB"). This uses the Advanced Customization->Tables and Databases->Database connection.…
  • Sage CRM 7.2 SDK

    Where is it? I was told end of August.. well obviously that isn't correct. How about anyone else? Anyone else getting feedback on when it will be available? Since I can't get anyone to respond to my emails.
  • Create List with Filter based on a custom View

    Hello, My goal is to display a simple list with a filter inside a corporate rider, which is based on a View (Secondary entity) and linked via a custom key to a company's (comp_customkey / sec_customkey). My first attempt, I started a class of type List…
  • Create Custom List in .Net

    Hello, is there any possibility for creating a list from scratch within a .Net dll? So that it is not necessary that it is already created in the backend? In my example I want to reference on a dynamical select statement which is neither created as…
  • How to create a Button to call a custom .net method

    Hey guys, I'm familiar with the AddUrlButton and UrlDotNet(ThisDotNetDll, FunctionName) to call a custom web page, however, I want to be able to click on a button that calls a .net method that will do a function in Sage 300 ERP (.i.e create an invoice…
  • Problems running code into .Net while working ok on visual basic programs

    Dear All, We are used to run following commands on visual basic, without any incidence: Normal 0 21 false false false CA X-NONE X-NONE MicrosoftInternetExplorer4 …