• Info Displayed under selected Person

    Is it possible for me to change the field(s) shown under the company and/or person after they are selected for an opportunity? At the moment it shows the primary phone number. Thanks, Anthony
  • How to make the phone number and Email mandatory while creating a company

    Hi All, How to make the phone number and Email mandatory while creating a company? Base on some post in the community, I tried to add a table script level checking as below. if (!FormValues("fieldname")) { Valid = false; ErrorStr = "Field…
  • How to make the phone number mandatory?

    Hi, I have read the threads about validating the phone number and I have deployed a cut down version of the table based script(from this forum) against the e-mail entity. Simply I want to force an entry. But the script does not work if all of the phone…