• Sandhya V Rao
  • NEWBIE
  • 0 Points
  • Member since 2021
  • Senior Consultant
  • Aodigy Asia Pacific Pte Ltd


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I want to schedule a class for every 5 min.
how to implement this.
Hi, I am building a Process builder where I would like to create a formula that evaluates the country selected from the picklist Country on the lead object.

So my aim is to build this formula saying that if a country selected on the country picklist is China or Japan, then should trigger an action. How should I write the formula?
countries

OR(
ISPICKVAL([Lead].Country, China),

ISPICKVAL([Lead].Country,  Japan)

)


Thanks 
Hi!

I want to implement that when stage was changed to 'Qualified' in lead, Standard users don't edit field component(ex.account name, opportunity name etc).
Standard users only can click conversion button.

how can i implement this logic?