I have a formula column below CASE WHEN {taxitem.i...
# suitescript
v
I have a formula column below CASE WHEN {taxitem.iseccode} = 'T' OR {taxitem.isreversecharge} = 'T' THEN ({amount} * 0.21) ELSE {taxamount} END in the saved search result, it shows the taxamount. but in the script when i fetch, it takes the (amount*0.21). Could anyone please tell me what should i do to take the value from the saved search result?
r
Check the value of taxitem.iseccode as a separate column.
It's probably returning boolean. I think that depends on the SuiteScript version.