Reproduced in Version 10.0.3 and 10.0.8
Reproduction is quite simple:
1. create a new field (or use an Existing one) in a Sales Entity, which has the itemList Field, like Invoice, Quote, PurchaseOrder etc.
2. Add a field (or again, use an already existing one) to the bottom sum layout
3. Add visibility condition
Expected: if the visibility condition is false --> Field is not visible
Actual: field is always shown regardless of visibility condition
Example:
2 Fields: Boolean "FieldVisible" and CurrencyField "CustomSumField"
The VisibilityCondition for CustomSumField:

When "FieldVisible" = true --> CustomSumField is visible, in normal Layout as well as in BottomSum Layout --> thats correct
When "FieldVisible" = false --> CustomField is invisible in normal Layout (that works) but is still visible in BottomSum Layout --> expected was that its invisible there as well
Reproduction is quite simple:
1. create a new field (or use an Existing one) in a Sales Entity, which has the itemList Field, like Invoice, Quote, PurchaseOrder etc.
2. Add a field (or again, use an already existing one) to the bottom sum layout
3. Add visibility condition
Expected: if the visibility condition is false --> Field is not visible
Actual: field is always shown regardless of visibility condition
Example:
2 Fields: Boolean "FieldVisible" and CurrencyField "CustomSumField"
The VisibilityCondition for CustomSumField:
When "FieldVisible" = true --> CustomSumField is visible, in normal Layout as well as in BottomSum Layout --> thats correct
When "FieldVisible" = false --> CustomField is invisible in normal Layout (that works) but is still visible in BottomSum Layout --> expected was that its invisible there as well

Comment