kennkerp
04/22/2025, 2:33 PMCeligo AI
04/22/2025, 2:33 PMAI generated answer (using internal Slack threads):To filter your transaction saved search criteria by the text value of the list record on the customer, you can use the Formula (text) field in the Criteria section of your saved search. Here's how you can do it: 1. Go to the Criteria section of your saved search. 2. Click on the 'Add' button and select 'Formula (Text)' from the dropdown. 3. In the Formula field, you can write a formula that compares the text value of your list/record field with the value you want to filter by. For example, if your list/record field is 'myfieldname' and you want to filter by the value 'myvalue', you can write the formula as
{customer.myfieldname} = 'myvalue'
.
Please note that the formula is case sensitive, so make sure to use the correct case for your value.
Also, remember that the field name in the formula should be the script id of the field, not the label. You can find the script id of the field in the field settings.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
04/22/2025, 2:33 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.862748325
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.843157649
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842454
Celigo AI
04/22/2025, 2:33 PMCeligo AI
04/22/2025, 2:34 PMkennkerp
04/22/2025, 2:34 PM