Anyone know why the "lineInit" entry on a client s...
# suitescript
c
Anyone know why the "lineInit" entry on a client script doesn't fire for the 1st line on a sublist?
r
It has always been that way, what I do is also put the linit function in the page init event. It appears that line init is only triggered when you manually select the line
c
yeah im gonna have it go off an field selection on the sublist
thats a good idea though