Browse By Tags

  • Sage CRM 2021: Controlling field and screen spacing in ASP pages and .NET code.

    Below is a screen shot of the Company Summary screen. Complex screens like this one, either for a system entity or a custom entity, can be built using the APIs. A partial rebuild of the Company Summary Screen using the .NET API is actually included…
  • Metadata in Sage CRM. A round up of essential articles.

    Sage CRM is a system that controls its user interface using settings contained in the database. The database doesn't just hold the information about the contacts, companies, tasks and opportunities that are vital to the business, it also holds data that…
  • Lead Summary Screen from Custom Lead Entry Screen

    Hi, I've created a custom lead entry screen, the lead creates perfectly. However once done the system doesn't redirect to the newly created lead but a previously created lead. Can anyone advise what I'm missing? Code below; <%@ CodePage=65001…
  • Making field on screen Read Only

    I need to make a field on the screen read only when the screen is in Edit mode. I don't want to make the field read only in field level security as there are some procedures that will run that will update this field. I would like to do it on the screen…