Tag Archives: Fields

Why Notify Time Field is used in Escalation

Sage CRM provides many features at administration level that can be used to make modifications and customizations without having to do intense coding. For e.g. Workflow, Table Level Scripting, Translation. In this blog we am going to explain the notification feature of Escalation in Sage CRM. Escalation is a key tool of CRM to implement different kinds… Read More »

Error while writing scripts on OnChange script section

Recently I came across a problem with OnChangeScript in sage CRM version 7.1. Somehow OnChangeScript for search select advanced fields doesn’t like the script to be on multiple lines! i.e. Below written script doesn’t work: id = document.EntryForm.comp_type.value; alert (‘comp_type:’+id); and Below written script works: id = document.EntryForm.proj_companyid.value;alert (companyid :’+id); First script gives the following… Read More »