Is there a way to disable sublists via user or cli...
# suitescript
k
Is there a way to disable sublists via user or client? In the User event I tried using the getSublistField and setting isDisabled to true but after logging what is returned from getSublistField i see isDisabled wasn’t returned & that’s probably why nothing happened. In the client I was receiving the error that getSublistFields wasn’t a function (even tho the documentation I’m reading says available for client & server scripts) and I need that to retrieve the internal ids of the fields in the sublist first
b
The CurrentRecord Object Members are similar, but not the same as the Record Object Members
k
I will try that now