What are some use cases for using the schema class?
Answer / apoorva mathur
By using Schema class you can retrieve data from server without SOQL query. for eg- get recordTypeId without soql query
Id contRecordTypeId = Schema.SObjectType.Contact.getRecordTypeInfosByName().get('NameOfRecordType').getRecordTypeId();
Is This Answer Correct ? | 0 Yes | 0 No |
What are the pros and cons when using a workflow rule field update vs. A formula field?
How to read text between tags ? : salesforce integration
What is the difference between profiles and roles in salesforce.com?
Can a standard object become child in master detail relationship? : salesforce objects & fields
What are the various ways of deployment in salesforce?
Which are the possible ways to search within salesforce?
What is lightning connect ?
What is the object in salesforce.com?
Define field types in salesforce?
Throw some light on implementing pagination in a visualforce page.
Explain the salesforce dashboard?
What are record types?