Why are my `Rates` & `Amounts` getting brought...
# suitecommerce
k
Why are my
Rates
&
Amounts
getting brought over correctly on my Opportunity/Invoice, but not the
PriceLevel
? What am I doing wrong?
Copy code
rec.setCurrentSublistValue({
                sublistId: 'item',
                fieldId: 'pricelevel',
                value: itemPriceLevel
            });
            rec.setCurrentSublistValue({
                sublistId: 'item',
                fieldId: 'rate',
                value: itemRate
            });
Do I need to set another column/field?
On the line item level