• sri.gullapalli
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi there. 

In spring '12 release we can create custum objects and fields in Schema Builder.

What are the default security rules (field level security) that apply to the created field. . What settings can influence those security rules.

Hi there. 

In spring '12 release we can create custum objects and fields in Schema Builder.

What are the default security rules (field level security) that apply to the created field. . What settings can influence those security rules.

Hi,

 

I want below kind of validation rule.

 

CONTAINS(lower(text(Type__c)), "certain type") && ISBLANK(text(Opportunity_Amount__c))

 

But Type__c is of multi-select pick list, so it is not accepting CONTAINS.

 

Can some one help me how to write same validation rule for multi-select picklist.

 

Your feedback is appreciated.

 

Regards

G. Surender