Any easy way to generate a list of which Custom Tr...
# general
j
Any easy way to generate a list of which Custom Transaction Body Fields are not stored?
Got it.
Copy code
SELECT * FROM customfield WHERE fieldtype = 'BODY' AND isstored = 'F'