How we can count entity group members SS2.0?
# suitescript
a
How we can count entity group members SS2.0?
s
with NFT, it's something like
Copy code
const memberCount = new EntityGroup(1234).groupmembers.length
a
what's NFT?
@stalbert
s
sorry, that's the library I use for making SuiteScript development sane.
b
the suitescript equivalent is Record.getLineCount
a
thanks