• olw
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies

Hi folks,

 

I need to make "Educational/Instructional Org Type" required if "Educational/Instructional Org" is chosen from the "Type" picklist.

 

I just tried this rule to no avail:

 

AND( 
TEXT(Type) = "Educational/Instructional Org", 
ISBLANK(TEXT(Educational_Instructional_Org_Type__c)))

 

Any recommendations? 

 

Always grateful,

Olivia

  • April 06, 2012
  • Like
  • 0

Hello out there,

 

I have a multi select picklist called "Artist_Type__c". The values in "Artist_Type_c" are also the title of other picklists. "Visual_Artist__c", "Sculptor__c", etc. I need a rule that forces the user to make a selection from the picklists based on their response in the multi select picklist. Is this possible? If so, help!

 

Thanks, everybody!

Olivia

  • April 03, 2012
  • Like
  • 0

Hi folks,

 

I need to make "Educational/Instructional Org Type" required if "Educational/Instructional Org" is chosen from the "Type" picklist.

 

I just tried this rule to no avail:

 

AND( 
TEXT(Type) = "Educational/Instructional Org", 
ISBLANK(TEXT(Educational_Instructional_Org_Type__c)))

 

Any recommendations? 

 

Always grateful,

Olivia

  • April 06, 2012
  • Like
  • 0

Hello out there,

 

I have a multi select picklist called "Artist_Type__c". The values in "Artist_Type_c" are also the title of other picklists. "Visual_Artist__c", "Sculptor__c", etc. I need a rule that forces the user to make a selection from the picklists based on their response in the multi select picklist. Is this possible? If so, help!

 

Thanks, everybody!

Olivia

  • April 03, 2012
  • Like
  • 0