PLEASE SUBSCRIBE IF YOU LIKE THE VIDEO
link of super badge:
https://trailhead.salesforce.com/en/content/learn/superbadges/superbadge_process_automation
PLEASE SUBSCRIBE IF YOU LIKE THE VIDEO
link of super badge:
https://trailhead.salesforce.com/en/content/learn/superbadges/superbadge_process_automation
You must be logged in to post a comment.
if((Amount>1000) && Approved__c = false && ispickval(StageName,”Closed Won”),true,false)
@wonder studies Nothing bro I just added the code to copy and paste
@Sarella Udaya Bhaskara Suresh thanks bro
@Manikanta Setti Thanks Bro
thanks bro
@wonder studies couldn’t find an Opportunity stage named ‘Awaiting Approval’ error cmg
I’m geeting eror as approved_c is a spelling mistake
You have given space before or after the approved_c
@wonder studies no it is correct but also showing error
@VISHWAS GOWDA If you see “approved__c is a spelling mistake”, check in the opportunity object if the approved checkbox you created exists
approved_c
I’m geeting eror as approved_c is a spelling mistake
Approved _ _ c remove space
@muneer ahmad ??
bro I cannot see New Record Type page, please tell me ?
thanks bro…👍
Bro I’m getting opportunity stage waiting approval
approved__c
I’m geeting eror as approved__c is a spelling mistake
Capital A
What is Giving Rule name in opportunity validation Rule table
ValidationForHighValue
if((Amount>1000 && Approved__c =false && ispickval(stageName,”Closed Won”)),true,false)
Error Message
Cannot have validation rule
This one works 👌
IF(Amount>1000 && Approved__c =false && ISPICKVAL(stageName,”Closed Won”) ,true, false)
Guys, pls note that the field label in Opportunity Object is Approval (Approval__c)…..check for this and correct your syntex as follows
if((Amount>1000 && Approval__c =false && ispickval(stageName,”Closed Won”)),true,false)
tq
Pls edit Approval field label to Approved in opportunity object