Join Slack
Powered by
Does anyone know what function gets all the sublis...
# suitescript
t
Tyn Guardian
07/08/2020, 10:47 PM
Does anyone know what function gets all the sublist? Thanks
b
battk
07/08/2020, 10:49 PM
are you looking for all the sublist ids?
m
Michal Zelazny
07/08/2020, 10:56 PM
Record.getSublists(); returns an array of all sublists on the record
👌 1
Michal Zelazny
07/08/2020, 10:57 PM
then Record.getSublistFields(insert sublist id) gets all the fields in that sublist
t
Tyn Guardian
07/08/2020, 11:20 PM
yes battk
Tyn Guardian
07/08/2020, 11:23 PM
thanks
@Michal Zelazny
it work! 🙂
4
Views
Open in Slack
Previous
Next