-
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 7 years, 4 months ago by
Pavan.
-
This discussion was modified 7 years, 4 months ago by
Forcetalks.
-
This discussion was modified 7 years, 4 months ago by
Forcetalks.
-
This discussion was modified 7 years, 4 months ago by
Log In to reply.