Salesforce Admin Basic Questions and Answers
FIEL DS & FIELD TYPES What are the different field types available in Salesforce? Text, Number, Currency, Date, Date/Time, Percent, Picklist, Multi-Select Picklist, Checkbox, Email, Phone, URL, Text Area, Long Text Area, Rich Text Area, Auto Number, Formula, Roll-Up Summary, Geolocation. What is the difference between a standard field and a custom field? Standard fields are provided by Salesforce by default. Custom fields are created by users as per business needs. What is a formula field? Can you give an example? A formula field calculates values using other fields. Example: A formula field showing Total Price = Quantity * Unit Price. What is a roll-up summary field? On which relationship can you create it? It calculates values (SUM, MIN, MAX, COUNT) from child records. I t can only be created on Master-Detail relationships. What is an auto-number field? Where have you used it? It auto-generates a unique number for each record. Used in objects like Invoice, Order, Case for trackin...