Constraining Option Values and Setting Service Default Values
The bibus » configuration » overrideOptions property allows you to constrain which option values can be used when an request is run, for some options. If you want to limit option values for all requests, specify the allowed values on the bibus » configuration » overrideOptions property.
If you constrain the option values in the bibus » configuration » overrideOptions property, you may need to add one of these values to the bibus » configuration » serviceDefaultOptions property to ensure that a valid value is provided as a default.
The bibus » configuration » serviceDefaultOptions property allows you to set a default option value for some services. The value that you set in this property effectively changes the system default value. Use this property to set a new service default option value when
you have constrained option values using the bibus » configuration » overrideOptions property, and
the system default value is not included in the list of values that you have specified on the bibus » configuration » overrideOptions property
For example, if you set the accessibilityFeatures option value on the overrideOptions property, to true
, you must also set the accessibilityFeatures on the bibus » configuration » serviceDefaultOptions property option to true
because the default value is false
. If you set both of these option values to true
, the server will generate all reports with accessibility features enabled.
What's new
- New in Version 10.1.0 — Accessibility
This topic was updated.