Monthly Archives: August 2012

Enabling entities for web service access

Standard CRM web service allows CRM to communicate with external applications. In client application all we need to do is to accesses the WSDL URL of service and prepare and send the request. The web services then processes the request and sends the response back to the client. These request response samples can be found… Read More »

Inherit parent entity security settings on child

In Sage CRM, I have created an entity as child of company entity through ASP pages. I wanted to assign the security rights to this entity similar to its parent i.e. Company entity. All the buttons, must be applied the predefined security settings for Company entity. Let’s take an example of New button which uses… Read More »

Making fields Read-only at runtime based on some criteria

New record creation in Sage CRM is quite a straight forward work using the context based screens and the buttons that are available on several screens. The process can be as simple as mentioned below. 1) Log into Sage CRM 2) Right Click on the New button 3) Select Company option from list 4) Enter the Required details. 5) Click… Read More »