Fine tuning BizzStream
There are some settings that can be used to fine tune BizzStream. The usage of these settings requires in-depth knowledge of the workings of BizzStream. We strongly discourage you to use these settings without contacting an implementation consultant.
Setting | Description | Example |
---|---|---|
preventFormulaRecalcOnOpen | By default, BizzStream recalculates all formula fields when opening a document. By entering a comma separted list of document definition names, you prevent the recalculation for documents based on these defintions. If you use this setting, you may see incorrect formula fields when opening a document. | dayReport, purchaseOrder |
preventSumFilterRecalcOnOpen | By default, BizzStream recalculates sum filter formulas when opening a document. By entering a comma separted list of document definition names, you prevent the recalculation for documents based on these defintions. If you use this setting, you may see incorrect formula fields when opening a document. | dayReport, purchaseOrder |
preventFormulaRecalcOnSave | By default, BizzStream recalculates all formula fields when a document is saved. It does not matter whether the document is saved by a user, a REST action, or script method. By entering a comma separted list of document definition names, you prevent the recalculation for documents based on these defintions. If you switch this on, some formula fields may be unintentionally empty. | dayReport, purchaseOrder |
preventClientValidationOnUA | By default, BizzStream validates a document on the client when a user action is started. By entering a comma separted list of document definition names, you prevent this. If you use this setting, users do not get field level validation messages. | dayReport, purchaseOrder |
preloadNextDocument | By entering a comma separted list of document definition names, you instruct BizzStream to load the next document in the overview in the background. | dayReport, purchaseOrder |