What's the best approach to this - > I have a s...
# suitescript
s
What's the best approach to this - > I have a search that displays the same Account two rows at a time, but on each row, Amount is different. Ex: Row 1 : Account, Amount 1, Row 2: Account, Amount 2. I want to push this to a JSON object, but I want to display it like this: {Account : accountvalue, Amount1 : amount1, Amount2 : amount2}