Anyone know if it's possible to query custom fields, specifically transaction option columns? Trying to get access to the name of the option via its id
b
battk
10/16/2020, 5:55 AM
you may want to try loading the transaction its on to get its label via Column.label
t
tdietrich
10/16/2020, 10:56 AM
@adambaruh Another option would be to use the query module and do something like this:
SELECT Name FROM CustomField WHERE InternalID = 12