I want to have a Setup table that contains the tax rates for new records (trigger formula) How would i setup that reference to relationship?
for example
i have a table named “Materials”
when i create a new row i want a trigger formula that looks up the single record in my Setup table to put in 10%
now i change that setup record to 11%, the next new row in Materials should be 11. I know the trigger formula will do this but is there an easy way to create that relationship with the Setup table and the Materials table for (existing and new)?
Sure. Otherwise, if you’d like to be able to use that table for other settings, you may have two columns: setting and value. Then your formula becomes: =Setup.lookupOne(setting="Tax Rate").value.