In another form I want to use the input of this boolean in an if-function and want that my elsif is fullfilled if the boolean is true (default). The problem is that my elsif is only fullfilled if I untich the boolean first and thick it again but not when I do nothing and leave the boolean at its default value.
So it seems that my if-function does not recognise the default value. Does anyone has a solution for my issue?
{% if period.reconciliations.working_docs.custom.boolean.provision != ‘true’ %}
{% if period.reconciliations.working_docs.custom.boolean.provision != 'false' or period.reconciliations.working_docs.custom.boolean.provision == blank %}
Please let us know if this does not solve the issue.
In certain cases it’s possible to set the default value of a boolean in a marketplace reconciliation template from the configuration box in your firm.
To be able to do that, the default of an input field must be a local variable. In the configuration box you can then assign a value to that local variable. To find out which input fields in marketplace reconciliation templates are applicable for configuration, I refer to are our support page.