Does anyone know what function gets all the sublis...
# suitescript
t
Does anyone know what function gets all the sublist? Thanks
b
are you looking for all the sublist ids?
m
Record.getSublists(); returns an array of all sublists on the record
👌 1
then Record.getSublistFields(insert sublist id) gets all the fields in that sublist
t
yes battk
thanks @Michal Zelazny it work! 🙂