Category Archives: ASP

Easiest way to filter Custom list By Context Id in Entity’s List Page

Sage CRM has its own .NET API (Application Programming Interface) that allows a developer to extend Sage CRM functionality by creating and using .NET DLLs (Dynamic Link Libraries). Developers can add references of DLLs from and within Sage CRM and thus call methods exposed by the DLLs to perform certain actions. The Sage CRM .NET… Read More: Easiest way to filter Custom list By Context Id in… »

Calling DLL method and .asp Page on New Tab

Sage CRM is widely used because of its easy customization and different ways of customization as per the user requirements.  User can achieve multiple things without new customization, by using different setting option in Administration. So in this Blog we are going to see some tricks, How to add Tab in Team CRM and call… Read More: Calling DLL method and .asp Page on New Tab »

Clone a record using the COM ASP API in Sage CRM

The combination of Sage CRM API with the application itself has helped many of the technical implementer to manage the customization of the system as per the business requirements. Sage CRM API’s has come a long way to pro-grammatically perform various operations on the entity records such as read, create, update or delete. Moreover, the… Read More: Clone a record using the COM ASP API in Sage… »

Validation Error on Custom Entities in Sage CRM

Sage CRM gives us platform to add custom entities to enhanced business performance. While we were building custom entities screens we came across one error, which often found on any custom entity. As you know Sage CRM provides an advanced entity template which builds basic pages for custom entities. When validations are fired on these… Read More: Validation Error on Custom Entities in Sage CRM »

Incorporate Export Functionality in New Self Service Portal

We all know that new Self Service portal is fully responsive in design and this will provide much better user experience to customers. The beauty of this tool is, it is designed in such a way that you can easily control and customize the user interface and incorporate essential functionality as per your business needs.… Read More: Incorporate Export Functionality in New Self Service Portal »

Disallowed Parent Path error in Sage CRM

As we all know that ASP is one of the very strong and powerful tools for making dynamic and interactive WebPages, CRM utilizes it in building its various inbuilt functionalities as well as we can do the Custom development in CRM using ASP as per the standards provided by Sage CRM. Sometime due to some… Read More: Disallowed Parent Path error in Sage CRM »

Enable Hyperlink for Custom Entity record in Quick Find Search

By now everyone are familiar with Sage CRM Quick find functionality introduced in Sage CRM 2017. This feature has proved useful for users to search data in no time. User can search standard and custom entities data using this feature on one single action. The added benefit is that it also helps users to navigate… Read More: Enable Hyperlink for Custom Entity record in Quick Find Search »

How to disable iframe screen in Sage CRM?

As we all know, Sage CRM provides functionality to change screen design according to requirements. Such as adding fields, removing fields etc. But CRM does not allows to call another website’s data in CRM screen, for this we can add another container in CRM screen such as iframe which supports in CRM. New Stuff: Deduplication on… Read More: How to disable iframe screen in Sage CRM? »

Behavior of SSA field in Customized entity

Hi folks! Hope you all must be aware of “SSA” (i.e. Search Select Advance) field in crm. I will define it in one sentence “Acts as a bridge between two entities”. Now, I will explain it in more detail by taking two scenario’s (i.e. Standard entity, customized entity). What exactly I want to say is… Read More: Behavior of SSA field in Customized entity »