Join Slack
Powered by
Any easy way to generate a list of which Custom Tr...
# general
j
jen
10/20/2022, 5:02 PM
Any easy way to generate a list of which Custom Transaction Body Fields are
not
stored?
jen
10/20/2022, 5:13 PM
Got it.
Copy code
SELECT * FROM customfield WHERE fieldtype = 'BODY' AND isstored = 'F'
5
Views
Open in Slack
Previous
Next