In the process of creating a new record, how you will check, whether user has entered email or not in the email field of Account object?



In the process of creating a new record, how you will check, whether user has entered email or not i..

Answer / Amber Goel

To validate if a user has entered an email in the Email field of the Account object during record creation, you can use a Custom Validation Rule or Apex Trigger. These validation mechanisms help ensure data integrity by enforcing specific conditions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )

1 Answers  


Explain Email Alert Perform in Workflow?

1 Answers  


Define a dashboard in salesforce?

1 Answers  


can we use a Checkbox as controlling field?

1 Answers   Deloitte,


How to update the record using after trigger context?

1 Answers  


How to get all records even from recycle bin or achieved activities using soql query?

1 Answers  


What does the account hierarchy tell or do?

1 Answers  


Can a standard object become child in master detail relationship? : salesforce objects & fields

1 Answers  


What are who id and what id in activities?

1 Answers  


What are setup and non-setup objects in salesforce?

1 Answers  


What is cross object formula creation?

1 Answers  


What are custom report types?

1 Answers  


Categories