You need to sign in to do that
Don't have an account?
How can a developer get all of the available record types for the current user on the Case object?
A. Use SOQL to get all Cases.
B. Use DescribeSObjectResult of the Case object.
C. Use Case.getRecordTypes().
D. Use DescribeFieldResult of the Case.RecordType field.
B. Use DescribeSObjectResult of the Case object.
C. Use Case.getRecordTypes().
D. Use DescribeFieldResult of the Case.RecordType field.
B. Use DescribeSObjectResult of the Case object.
Please refer below link
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Schema_RecordTypeInfo.htm#apex_Schema_RecordTypeInfo_methods
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards
All Answers
B. Use DescribeSObjectResult of the Case object.
Please refer below link
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Schema_RecordTypeInfo.htm#apex_Schema_RecordTypeInfo_methods
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards