What are the different data types that a standard field record name can have?
Answer / Peeyush Kumar
A standard field record name in Salesforce can have one of three data types: Auto-number (automatically generated sequence numbers), Text (up to 80 characters), and Email (formatted as an email address).
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to refer external styles and scripts in lightning? How?
What creative solutions have you come up with to navigate around a governor limit?
What will happen if a field is hidden through field level security and user search a values in that field? : salesforce sharing and security
How to undeployed from deployed items?
Which interface we are supposed to implement so that a lightning component can be used as quick action?
State what is roll-up summary field?
How you will do Mass Insert through trigger?
If a user does not have access to a specific record type, will they be able to see the records that have that record type? : salesforce sharing and security
Can we enforce assignment rules via Apex code?
What are the different types of salesforce objects?
What are custom report types? : salesforce admin
Why do we use Set, List and Map? give an example for it?