[SalesForce] How to make a standard field to not be required

I have a standard Account filed which is required and I need to make it to be not required in particular layout.

Could you please advise how this can be achieved?

Regards,

Dilyan

Best Answer

Standard required fields are required. You can't make them optional. I have heard of people making Visualforce pages to set those fields to some value "behind the scenes", but they're still populated with some value. That's a lot of code to write just to add the convenience of a single field not being required.

Related Topic