You need to sign in to do that
Don't have an account?
srikanth j 24
Record Types In Salesforce
What is meant by record type and why we use record type in salesforce can anyone explain with real time scenario
Adv Thanks.
Adv Thanks.
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
For example, Account object could be defined with 2 record types : Customer and Prospect.
On Customer detail pages you could display Assets, while a prospect has no asset yet, the page will be lighter (less fields, less related lists)
You can define per profile who can create records of which record types
Record types control page layouts and picklist values of an object which will be visible to different users while creating a record of that object.
For complete details on Record Types, Limitations, Examples you can check Record Types in Salesforce (https://sfdcwisdom.com/record-types-in-salesforce/)