• 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…
  • C# .Net Entry, EntrySelect objects. How to add a checkbox field to a screen programmatically?

    Hello, I am trying to add a field to a screen programmatically. The problem is, the object of type checkbox is missing in SageCRM API. Entry type property is readonly so the last line of my code below is irrelevant. I also noticed EntryCustom…