Field visibility not applied to Bottom Sum Fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robin
    Junior Member
    • Aug 2025
    • 19

    #1

    Field visibility not applied to Bottom Sum Fields

    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:
    Click image for larger version

Name:	image.png
Views:	5
Size:	8.9 KB
ID:	127924


    When "FieldVisible" = true --> CustomSumField is visible, in normal Layout as well as in BottomSum Layout --> thats correct

    Click image for larger version

Name:	image.png
Views:	5
Size:	28.9 KB
ID:	127923

    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
    Click image for larger version

Name:	image.png
Views:	5
Size:	26.5 KB
ID:	127925
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 10040

    #2
    Hi Robit,

    The visibility dynamic logic is not applied here. It's not supported.

    Comment

    Working...