You need to sign in to do that
Don't have an account?

working on person Account
i am working on Person account.
is it possible that RecordTypeId is a compulsory value in person account.?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
i am working on Person account.
is it possible that RecordTypeId is a compulsory value in person account.?
Unless no record types have been created - i.e. only the default 'Master' is in use, RecordTypeId is a mandatory field in Salesforce.
If this is not explicitly specified, then this value defaults to the default RecordType (for the object) as specified in the User's Profile.
All Answers
You can achieve this by changing setting in page layout.
Goto pagelayout, then in RecordTypeId field make the field as required.
or you can also change it in field itself.
Unless no record types have been created - i.e. only the default 'Master' is in use, RecordTypeId is a mandatory field in Salesforce.
If this is not explicitly specified, then this value defaults to the default RecordType (for the object) as specified in the User's Profile.