Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
Suitescripts and Item Fulfillment Form - Broken
the documents say it is scriptable. The item list identifies itself as an 'item' id, yet all functions related to getCurrentLine... do not work.
I understand that this list is static list which technically does not have a "current" status (from another user comment), but this is not exactly true. If I click the fulfillment checkbox (itemreceive field), it generates a field changed event. This should, in theory, also generate an index of the line being clicked. Otherwise, I think NetSuite is not returning the correct field information.
For example, if I click on the 3rd line item itemreceive checkbox, the event should identify the field (itemreceive) AND the current row (3). If it can not do this, then it should identify the field as 'itemreceive3' so I can at least parse the field to get the row (dumb option IMO but something needed here).