Reflect the Item BASE PRICE as a custom field in Item record itself
CASE WHEN {pricing.pricelevel.id}=1 THEN {pricing.unitprice} END
Currently, this is the formula Im using, can anyone please suggest what formula to use so I can reflect the base price of an item, as a custom field in the item record itself. The purpose is just for easy sourcing since the Price Level will change once a discount has been selected.