Need help on sending grouped records to File Transfer
Hi Experts,
I have a use case where I am exporting NetSuite Saved Search data for Sales orders information. And since an order can have multiple items in it, saved search is returning multiple rows for an order having multiple items associated with it.
I want to create one CSV file per order with item rows repeating inside of it.
What I have tried so far -
1. Used Group Rows option on NS export and enabled one to Many on CSV file import.
But I think it doesnt work.
2. Removed Group Rows option on NS export, added pre save page script hook after the export to group it manually. But it is also not helping.
What could be alternatives here ?
Can I used Group Rows and somehow with script make array elements as separate records, that way I dont have to select one To many on CSV file transfer. But still would be able to create one file per order ?
Comments
This is an easy one. :)
Cheers!
Please sign in to leave a comment.