• Create Script If Blank Then Else Default Value

    I am trying to write a script in Opportunity that says if the pers_markets field is blank then use the comp_markets, otherwise use pers_markets, but i cant seem to get it to work. What am i missing? var CompMarkets = CRM.GetContextInfo("Company","comp_markets…
  • Setting field values in OnCreate Script

    Feeling dazed and confused by the differences in scripting syntax that I'm seeing on the community site. My objective is to set the default Territory on an Opportunity, not from the company's territory, but from the company's primary user's territory…
  • Set the value of a SSA field by using a different SSA field

    Hi All I just wanted to know if it is possible to set a SSA field when selecting the first SSA field in version 7.1. I have a SSA field that is linked to company, and when the user selects the field, I want it to populate a second SSA field also…
  • How to set sum of particular field value as default value

    Hi, I am created one custom entity and its having column called "Price". Now whenever summary screen loads, I want to display the total price. I have tried some thing like below: DefaultValue = select sum(frie_Price) from FriEnt; How can I populate…
  • add button to main menu with menu

    Hi can i add button to main menu and sub button when click on it like shown in image i try to do this but System Act make it hard