Is there a way to get the `edition` from a transac...
# suitescript
m
Is there a way to get the
edition
from a transaction's subsidiary without loading the subsidiary record? I can read it that field using
record.load()
but it's not an available search column so something lighter like
search.lookupFields()
doesn't work. Depending on the
edition
, certain fields may or may not be available.