Can we determine if a sublist has a value using us...
# suitescript
t
Can we determine if a sublist has a value using userevent view mode? I'm using below code but it seems it only works on Edit mode
_context_.newRecord.getLineCount({sublistId: _'r_ecmachcustrecord_abc_table_'_});
FYI, I can't use record.load on this
n
why not?
t
basically coz of the governance... but I know my way now 🙂
n
What did you do?
t
I reuse a field which contains array of data, I added the count there and then access it