We've made an update to how we fetch metadata for sublists from NetSuite records.
Previously, if the metadata size exceeded 5MB, the fetch would fail, preventing you from viewing or configuring fields, effectively blocking you from configuring sublist fields.
Now, the metadata is fetched based on the response size:
-
If it's under 5MB, we fetch all metadata.
-
If it's over 5MB, we fetch only the first 1000 entries from each sublist.
This ensures you can still configure your NetSuite records based on the available metadata or add details manually.