repositoryeditattributefunctionweb
This configuration is optional when using the plugin EditAttributeFunction.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
<editAttributeFunctionConfiguration
<limitedTableAccess
optionalbooleanWhether to limit the tables used in function formula or not. If enabled, cadenza makes sure that function attributes on a BOT only access the BOT's table, and on a COT it makes sure that only the tables of BOTs belonging to the COT are accessed.
Default: true
</limitedTableAccess>
Configuration applicable when editing attribute function
</editAttributeFunctionConfiguration>
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
repositoryeditattributefunctionweb:
limitedTableAccess: true
Filename: repositoryeditattributefunctionweb-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<editAttributeFunctionConfiguration>
<limitedTableAccess>true</limitedTableAccess>
</editAttributeFunctionConfiguration>