Tag Archives: Feature

Apply Styles to Sage CRM Fields

Sage has introduced inbuilt Client Side API from Sage CRM v7.2 onwards. In this blog post, we will explain how styles can be applied to Sage CRM fields by client side API. New Stuff: Restrict Users to create order if Credit Limit is exceeded Let’s consider that you want to apply style for the fields… Read More »

Avoid scrolling with Collapse Screen Feature in Sage CRM7.2

Sage CRM client side API methods of Sage CRM 7.2 are very useful to customize Sage CRM screens, layouts etc. In this blog post, we will explain how users can enable Collapsible Panels feature in Sage CRM v7.2. New Stuff: Printing current Sage CRM Screens to PDF Refer our blogs on Sage CRM v7.2 features… Read More »

Fiddler: A tool which gives you a super power

We talk a lot about implementer’s and testers. Let’s do something for developers today! Sage CRM works on standard client server architecture where several Request-Response exchanges are happening over the network. Sometimes the Requests and Responses work properly however somewhere in between goes wrong and we start facing http errors. This is one of the… Read More »

IIS Tip – Handlers and Feature Permissions

As we all know, Sage CRM is IIS driven application. IIS 7.0 onwards provides greater flexibility for providing the secure access to portals like SageCRM. However some of these enhanced security features if wrongly configured might also affect the functionality of CRM. In my view security settings in IIS should only be touched upon when… Read More »