• Removing Person information from Company Entity

    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…