https://netsuiteprofessionals.com logo
j

jkabot

03/20/2018, 3:23 PM
In the line before you decide if
prop
is either
amount1
or
amount2
based on whether there is already a value for
amount1
, so that line is either doing
accountDict[accountId].amount1 = amount;
or
accountDict[accountId].amount2 = amount;