Get Started with Apex Triggers | Apex Triggers | Salesforce

preview_player
Показать описание
PLEASE SUBSCRIBE IF YOU LIKE THE VIDEO
Link of the above video :

link of the module :
Рекомендации по теме
Комментарии
Автор

trigger AccountAddressTrigger on Account (before insert, before update) {
for(Account a: Trigger.New){
if(a.Match_Billing_Address__c == true && a.BillingPostalCode!= null){

}
}
}

WonderStudies
Автор

Guys if your getting this error:- " 'Match_Billing_Address__c' set to false. We expected the Apex trigger not to fire, but it did. Make sure the Apex trigger fires only if 'Match_Billing_Address__c' is true."
The answer is to change your Playground or do this module in the new playground.
it worked for me, hope it will work for you also. 😊

bullatriratna
Автор

Solved : We updated an account that had Match_Billing_ Address__c' set to false. We expected the Apex trigger not to fire,
but it did. Make sure the Apex trigger fires only if Match_Billing_ Address__c is true.

Solution : Create new playground create field in Account object and write code fresh ...and its done

wehustlehard
Автор

I am getting Variable doesn't exist i did everything accord to u only. Wt shd i do now?
Pls help me

vaidehijella
Автор

We updated an account that had 'Match_Billing_Address__c' set to false. We expected the Apex trigger not to fire, but it did. Make sure the Apex trigger fires only if 'Match_Billing_Address__c' is true.

naresh--ui
Автор

Thanks for helping to complete module.

d_s_p_dsp
Автор

Challenge not yet complete in My Trailhead Playground 1
We updated an account that had 'Match_Billing_Address__c' set to true. We expected the trigger to fire, but it didn’t. Make sure the trigger fires if 'Match_Billing_Address__c' is true.

Rockcyril
Автор

In the Dickenson plc there is no match billing Address checkbox .. what should I do??

PushpanjaliKumari-oi
Автор

3:05 Bro, what did you click there? What should we click?

darlingstanly
Автор

I have nothing when I navigate to accounts as u have shown in vid ..pls help?

Userv-s
Автор

Help me.. Naku match billing address chupiyatledhu em cheyali.. How to get it..

a.s.dherisha
Автор

Variable does not exist: Match_Billing_Address__c
what should i do

jwalithakranthi
Автор

You haven't viewed any Accounts recently.

Try switching list views.
I am getting this after coming back to accounts .What should I do?

OfficialHummerTV
Автор

Bro how to add the account in the last step

KaviyaK-pnle
Автор

It shows me this "We updated an account that had 'Match_Billing_Address__c' set to false. We expected the Apex trigger not to fire, but it did. Make sure the Apex trigger fires only if 'Match_Billing_Address__c' is true."
What I'm supposed to do now?

sivanidhanyasi
Автор

Appex trigger name is error I get what should I do

g.mahima
Автор

. We expected the trigger to fire, but it didn’t. Make sure the trigger fires if 'Match_Billing_Address__c' is true.

sameersahib
Автор

Just change the platform u well get no error/issue and doesn't need to checkout on mailing billing address.

kshitizraj
Автор

Match billing address error Ani vasudhi bro

husainabhiram
Автор

while submitting new apex trigger it showing AccountAddressTrigger is not a legal name???what to do now

harshitarawat