need to create sales order from a csv file with mu...
# suitescript
m
need to create sales order from a csv file with multiple lines. need a way to call function before a new id is used. ex: row1, row2 has id 10001 therefore create SO1. row3, row4 has id 10002 therefore create SO2. how might i do this?