The computation of some taxes requires special information fields. In these taxes the Miscellaneous property may be used for communication of the required information.
value = object.
object. value
Part | Description |
---|---|
object | A TaxControl object. |
value | A float result/expression. |
Note that your application can use descriptive labelling when gathering the Miscellaneous value on an input form. It can retrieve the MiscellaneousTag tax property to get an appropriate field label, rather than using “Miscellaneous”.
It can also get helpful text providing a brief description of the field’s purpose by retrieving the MiscellaneousInstructions value for the tax. This description could be used in a tooltip (such as an HTML input field’s title attribute), for example.