• Michael Winfield
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
I have 3 checkboxes on my Account record: 'Active Software Customer', 'Active BOR Customer', and 'Active HR Customer'. 

If an opportunity is closed won AND the 'Implementation Type' picklist field on the Oppty record contains 'HR', I need the Active HR Customer checkbox on the account to be stamped 'yes'. 

If an opportunity is closed won AND the 'Implementation Type' picklist field on the Oppty record contains 'Software', I need the Active Software Customer checkbox on the account to be stamped 'yes'. 

Is this best done through a process builder or a flow? Is anyone able to help me work through this?
Hey all, I am looking for a full time Sr Admin, potentially an Intermediate Admin, to work full time in our SaaS startup. We just finished our series A where we had investors approaching to us asking to get in early and were given a great valuation. This person needs to be a US citizen and either living in the DFW area or willing to relocate. SaaS exp required. See links below - feel free to apply and share.

LinkedIn
https://www.linkedin.com/jobs/view/2616692071/?refId=M7lT6%2BXw1TkXCXQFi7E%2FJA%3D%3D&trackingId=R3PWrzFYfoQ8Kg5ykLYPMw%3D%3D


Workable
https://apply.workable.com/leadr-inc-1/j/D5DCD9BB9A/

Indeed
https://www.indeed.com/jobs?q=Senior%20Salesforce%20Administrator%20Saas&jt=fulltime&vjk=50b12eeafb69851c
I have a validation rule on the 'Interested Modules' picklist that is working below....

text( Interested_Modules__c ) = "Leadr + HR"
&&
 isblank(text(Broker_Status__c) )

However the picklist has grown and I now need to add additional values that if those values are selected, they also fire the validtion rule to fill out Broker Status. I need to add 5 more values. 
Hey all, I am looking for a full time Sr Admin, potentially an Intermediate Admin, to work full time in our SaaS startup. We just finished our series A where we had investors approaching to us asking to get in early and were given a great valuation. This person needs to be a US citizen and either living in the DFW area or willing to relocate. SaaS exp required. See links below - feel free to apply and share.

LinkedIn
https://www.linkedin.com/jobs/view/2616692071/?refId=M7lT6%2BXw1TkXCXQFi7E%2FJA%3D%3D&trackingId=R3PWrzFYfoQ8Kg5ykLYPMw%3D%3D


Workable
https://apply.workable.com/leadr-inc-1/j/D5DCD9BB9A/

Indeed
https://www.indeed.com/jobs?q=Senior%20Salesforce%20Administrator%20Saas&jt=fulltime&vjk=50b12eeafb69851c
I have a validation rule on the 'Interested Modules' picklist that is working below....

text( Interested_Modules__c ) = "Leadr + HR"
&&
 isblank(text(Broker_Status__c) )

However the picklist has grown and I now need to add additional values that if those values are selected, they also fire the validtion rule to fill out Broker Status. I need to add 5 more values.