Hi Isomorphic,
I'm wondering how to trigger OR, like in column population here (v12.1p_2023-04-18) for other columns like in the screenshot column code.
I just entered "QA or AN" and this seems to filter for
as seen when you enter countryList.refreshData() in the Developer Console "Evaluate JS Expression" to trigger a server fetch in Developer Console "RPC Tab".
Thank you & Best regards
Blama
I'm wondering how to trigger OR, like in column population here (v12.1p_2023-04-18) for other columns like in the screenshot column code.
I just entered "QA or AN" and this seems to filter for
Code:
{ fieldName:"countryCode", operator:"iContainsPattern", value:"QA or AN" },
Thank you & Best regards
Blama
Comment