Make "Assigned To" field required

How can I make the "Assigned To" within the Accounts module a required field.  The field does not exist within the fields section of the accounts module within Studio, on-demand.  

We are on 7.2 Pro On-Demand.
Parents
  • Hello,

    You need to override Account's vardef to make it required. as you are on on-demand. You need to do this by manifest.

    Here is code example :
    $dictionary['Account']['fields']['assigned_user_name']['required'] =true; 
    Thanks & Regards,
    Urdhva Tech
    web : http://www.urdhva-tech.com
Reply
  • Hello,

    You need to override Account's vardef to make it required. as you are on on-demand. You need to do this by manifest.

    Here is code example :
    $dictionary['Account']['fields']['assigned_user_name']['required'] =true; 
    Thanks & Regards,
    Urdhva Tech
    web : http://www.urdhva-tech.com
Children
No Data