PicklistGetFirstValueMatch Method | 
| Name | Description | |
|---|---|---|
| GetFirstValueMatch(String, String, Object) | 
            Finds the first matching item in the collection. The search always starts at the beginning of the list. And performs an exact match search.
              | |
| GetFirstValueMatch(String, String, GetListOptions, Object) | 
            Finds the first matching item in the collection. The search always starts at the beginning of the list. And performs a starts with search,
            or exact match search, as specified in opts.
            Note that if IncludeDisabled is specified, a disabled item will only be matched if there are no matching enabled items.
              | |
| GetFirstValueMatch(String, String, Boolean, Boolean, Object) | 
            Finds the first matching item in the collection. The search always starts at the beginning of the list. And performs a starts with search,
            or exact match search, as specified.
            Note that if allowDisabled is specified, a disabled item will only be matched if there are no matching enabled items.
              |