Any one can tell me how to write the script, to ge...
# suitescript
p
Any one can tell me how to write the script, to get the item value from the transaction
s
which script type you want to fetch the information?
p
user event
s
you can use context.newRecord
context.newRecord.getSublistValue({sublistId:'sublistId,fieldId:'columnId',line:lineNumber})
p
ok thank u
s
context.newRecord.getLineCount({"sublistId": "sublistId"}); using this you can get the count and loop