Let’s say we have to update the same record in after trigger context. Is there any way or workaround?
No Answer is Posted For this Question
Be the First to Post Answer
Given a business requirement, wherein you have to execute all the available actions in a single workflow rule, what would be the sequence of actions ?
What is the advantage of using a custom setting?
How many controllers can be used in the visualforce page?
What is the purpose or use of @testvisible?
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 )
What is seealldata and why it is recommended to avoid using it in test classes?
What are the different types of email templates that can be created in Salesforce?
What is batch apex in salesforce?
What are different kinds of dashboard component?
How many ways call controller from visualforce page ?
Can you use sharing rules to restrict data access?
What is mixed dml and how would you handle it?