Salesforce Querying Multi-Select Picklists

Operator Description
= Equals the specified string.
!= Does not equal the specified string.
includes Includes (contains) the specified string.
excludes Excludes (does not contain) the specified string.
; Specifies AND for two or more strings. Use ; for multi-select picklists when two or more items must be selected. For example:

'AAA;BBB'

注:  条件設定内容は必ずPicklistに定義されている選択肢、定義選択肢以外の内容を条件に追加しても、無視される

コメントを残す

メールアドレスが公開されることはありません。