Hi Everyone, Is there away to retrieve sublists da...
# suitescript
j
Hi Everyone, Is there away to retrieve sublists data in entity records ? I was able to get a few sublists such as address books, currencies, subsidiaries (Example that works:
var sublistFields = EntityRecord.getSublistFields({sublistId: 'currency'});
)... but did not work for the transactions sublist (
var sublistFields = EntityRecord.getSublistFields({sublistId: 'finhihst'});
) My end goal is to make an "Export To Excel button" that exports the transactions sublist as an excel file - attached screenshot
b
not all sublist types support suitescript
learn to recognize what each type looks like in the ui to have a better understanding of when it will support suitescript
🙏 1
y
This customer transaction sublist is not supported. Saved search is the only way to pull customer transaction data.