I've got some code that adds tax to the base price...
# suitescript
c
I've got some code that adds tax to the base price of an item, it hard codes the value (basePrice * 1.1). What is the best practice way to not hardcode this? This is to create a deposit for a custom transaction type.