Is there a specific function or way to retrieve su...
# suitescript
u
Is there a specific function or way to retrieve sublist IDs in a record for SS2? Context is I've used a Child Custom Record as a sublist for a Parent Custom Record, and now I'd like to fetch the values from that sublist, but have no idea how to get it, considering every documentation for sublists in SS2 revolves around you knowing the internal ID of the sublist.
e
const sublists = parentRecord.getSublists()
1