• Alfonso Fernandez 6
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 0
    Replies

I am trying to create a validation rule on case that checks that the related account has a true value in the 'isprimarymember' field (its a check box) and that accound has a certain record type. I also want to make sure that type is set to a specific value as well. However, this is not working. Its allowing me to save with accounts that are not primary and have a different record type.

Any help would be appreciated.

AND( 
Account.IsPrimaryMember__c = TRUE, 
$RecordType.Name = "Individual", 
ISPICKVAL(Type, "Member Reassignment") 
)

Hello all

I downloaded and started using the Org w/ the Dreamhouse App pre-built, and went through the trailhead for "Create a Lightning Console App"

https://trailhead.salesforce.com/trails/lex_admin_migration/projects/migrate-a-classic-app-to-lightning-experience-with-declarative-tools/steps/create-a-lightning-console-app

When I get to the end - I can't seem to get past  this error - 
Challenge Not yet complete... here's what's wrong: 
Could not find a Lightning App with the name 'Dreamhouse Console'.

So - that leads me to believe that the default org I have selected in the verify step is wrong, but it isnt (I've tried all of them).  
I have also deleted and rebuilt the console app from scratch, and still nothing.  

Any thoughts or advice?