Getting results from (Silverfin) template belastingberekening

Hey @Bart_Verhaeghe,

Good question tbh.

You should use the “Configuration” option then in the Silverfin-template (which is here explained as well, but for a different template.

Above shows me taking the data from the object custom.belast_begin.onzichtb (which hasn’t gotten a result-tag in our Silverfin-template (yet)), assign it to a new variable (not necessary) and putting it in a result.
The extra code you make in this screen, gets added or overwrites existing code in the standard template of Silverfin.

This should work with input-objects just fine, but not if you want the amount of a register ($). Registers are only saved when going through the code from the top to below, while input objects are saved on “database level” (for a lack of using a better description for this).

In this case it gets explained as well :

Hope you’re good to go!