WHERE 句の指定
Threw exception in CommList: Comm List
An exception occurred while retrieving a record. Please check if the display item settings or filter settings are correct on the application builder. ===> [System.QueryException] unexpected token: 'WHERE'
WHERE句も不要なのかもしれません。
これを試してみてください。
Subject LIKE '%トラブル%'
エラー
既知の問題が関係しているかもしれません。
Workaround
Once you have confirmed that you have "Download AppExchange Packages" system permission on the account,
Open a new incognito window, and close any other incognito windows with a Salesforce instance
- Login to directly to your org
- Go to the App Launcher, and click Visit AppExchange in the upper right corner
- Search for the listing, and Click get it now
- Login to AppExchange using your Salesforce production credentials
- Choose where you want to install, production or sandbox
- Complete the installation
If you are still having issues, contact Trailhead Support (https://trailhead.salesforce.com/help?support=home) and select Trailhead/Certification Account.
これも同じ原因みたい
動的な条件の追加
リストエディターの条件の中では直接$User.Id が使えないかもしれませんね。
以下のような数式項目を追加して、この項目がTrueの条件をセットすれば可能だと思います。
$User.Id = OwnerId
使える項目の種類
マニュアルには対応してないみたいなことが書いてあるけど、使えるらしい