How can you lock record using soql so that it cannot be modified by other user?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between public and global class in apex? : salesforce crm
How many active assignment rules can you have in a lead/ case?
What is trigger.new?
What are custom labels in salesforce? How to access custom labels? What is the character limit for custom labels?
What is cross object formula creation?
What are the different dashboard components? : salesforce admin
When “hard delete” button will be enabled in apex data loader? : salesforce Data Management
How to call java script using static resource in visual force page?
Explain Parallel Approval Routing?
What is visualforce? : salesforce visualforce
What is Approval Terminology?
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 )