-
what values will be displayed in Trigger.new for the below Salesforce Events?
Hello Folks,
Can you please help me what values will be displays in Trigger .new for the below events
1.trigger test on Account(before insert){
What values I will get in trigger.new()?
}2.trigger test on Account(after insert){
What values I will get in trigger.new()?
}3.Name= 'test account"
trigger test on Account(before insert){
What values I will get in trigger.newMap?
}Thanks in advance!
- This discussion was modified 5 years, 8 months ago by Pavan.
- This discussion was modified 5 years, 8 months ago by Forcetalks.
- This discussion was modified 5 years, 8 months ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
Forceea: The Enterprise Data Factory We've Been Waiting For | Salesforce
Introduction Everybody needs testing records of SObjects: Developers need testing data for their unit tests. Testers need data for testing. Administrators and architects need data…
5 Appealing Ways Salesforce Can Help NPOs to Achieve Notable Success
Salesforce for NPO! The given phrase is getting momentum in the business world in an overwhelming way. The reason is that Salesforce has become a…
Salesforce App Development: Best Practices
One of the great things about Salesforce is its infinite customization options. Not only can you tailor it to suit your unique business needs but…
Popular Salesforce Videos
Salesforce CPQ Subscription Pricing
Configure Price Quote (CPQ) is a powerful sales tool that enables companies to produce accurate and highly configured sales quotes for customers — especially in…
Top 6 Products by Salesforce Marketing Cloud
Salesforce is largely regarded as the most influential Salesforce automation and cloud CRM vendor, having popularized the SaaS model and, in the process, disrupted the…
Flow to Redirect User to Newly Created Record - Salesforce Flow
Scenario: Shubham is looking for functionality in Salesforce Flow Where after creating a record it redirects to that particular record detail page. Solution A: Create…