Removing Person information from Company Entity

SUGGESTED

Hi all,

I am trying to remove the Person information from the New company screen. I have the following code :  $('#StandardForm > table:first > tbody >tr:eq(11)').hide(); and this hides it but because the Fullname is required it refuses to let me submit the form when I hide.

Any assistance in appreciate

 

  • 0
    SUGGESTED

    Sage CRM has a design philosophy that assumes that companies will have a default contact. When a company is created using the main UI a set of records across different tables are inserted:  Company, Person, Person link, Email, email link, Phone, Phone Link, Address, Address Link. 

    You can change the default behaviour of the field in the person table to allow nulls.  BUT you will still get a blank person record created when you create the company through the main interface.