Importance of prevURL Property Part-2

In my previous post I had brief discussion on importance of prevURL property in the query string and explained how to use it with list asp page. http://sagecrmaddons.blogspot.com/2010/11/importance-of-prevurl-property.html In this blog I will be exploring it in more detail and will give idea of how and where it should be used while dealing with custom… Read More »

Import Key Attributes in Sage CRM

Sage CRM’s Key Attribute Profiling feature enables you to build a detailed profile of your customers and prospects over the course of the relationship. These attributes are stored, reported on and used as a basis for future marketing activities. Key attributes are user-defined and easily track the date and call-to-action for a campaign, while providing… Read More »

Update fields of one entity using workflow of another

Workflow in Sage CRM is one of the best functionalities to have not only for a visual description of a Business process but also to set up predefined rules and actions to suit the business process. In a scenario where the client wanted to update a field comp_type in Company based on the Workflow rule… Read More »

Table Level Scripts

In SQL we use “Triggers” to handle some activity after insert, update and delete operations on some SQL records. Sage CRM provides a similar option within the application in the form of TLS (Table Level Scripts). The predefined events in TLS i.e. Update(), Post Insert(), Delete() and Insert() allows you to have operations on insert,… Read More »