• Adding new field 'country' to Phone/Email screen

    Hi , I would like to add a new drop down field country onto the Phone/email screen of the company. The phone number field of the company needs to be validated upon the country entered. As european numbers differ from other numbers, this would be better…
  • Adding a new field to 'Proposal Submitted Page'

    Hi, I am a beginner to sage crm. I played around with the application but I wanted to add a new field "probablity%" onto proposal submitted page. I tried for inline customization,but I am not able to see inline customization that page, whereas it was…
  • script js

    who can help me with this script because when I add it to the file client_ssdi_oppo.js it does not work MC_AUTO_onchange("oppo_primarycompanyid",'if(MC_edit()){MC_AUTO_AffectValues("oppo_note", cn(ValuesSrv("comp_codecomptable")));};');;
  • CompanyBoxDedupe missing needed buttons

    Help! I have created an asp page to create a very stripped down version of a company record. The record is intended to represent a chain store or chain restaurant. Therefore, the only information that is required for setup is the chain store name (comp_name…
  • Can the crm.sdata be used to push a value into another field on the EntryForm?

    Hello, I have modified the SData code slightly from the original example 1 on the api help site and it works except.. when there is a space in the option value eg: "SUMMER BALL", it is ignored. If the value is one word "SUMMERBALL" is works. I understood…