Skip to main content
Hi Guys,

I want to write a validation in one object. I will have to write on picklist(ISPICKVAL) but i need to implement contains function in picklist field and how to write that. Please provide me some examples.

Thanks,

Mahesh.
4 个回答
  1. 2015年9月24日 15:28

    You can try like below

    CONTAINS(Text( FieldName__C ),"ReadUP")

    Tips for Working with Picklist and Multi-Select Picklist Formula Fields

    Please check below post.

    https://help.salesforce.com/apex/HTViewHelpDoc?id=tips_for_using_picklist_formula_fields.htm&language=en_US (https://help.salesforce.com/apex/HTViewHelpDoc?id=tips_for_using_picklist_formula_fields.htm&language=en_US)

    Please let us know if this will help you

    Thanks

    Amit Chaudhary
0/9000