Examples if you have a search of sales orders grou...
# suitescript
j
Examples if you have a search of sales orders grouped by customer : * if you do
maximum on {amount}
, you get the sales order with the biggest amount * if you do
maximum on {amount} when ordered by {datecreated}
you get the amount of the newest salesorder