Error 400 v7.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • telecastg
    Active Community Member
    • Jun 2018
    • 907

    #16
    The problem with this new enforcement mechanism is in my opinion:

    1) Rules are not documented, no matter how much "sense" they might make to the developers, the vast majority of users need to know, without having to dive into the codebase, what these rules are for each type of field and how not to "violate" them.


    2) They take away one of Espo's greatest strength which is its ease of customization, not just by coding but by very userf friendly facilitiess like BPN, workflows and formula.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8438

      #17
      > Rules are not documented.

      What exactly is not documented. Please provide concrete example what is not documented and what is not clear.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8438

        #18
        > They take away one of Espo's greatest strength which is its ease of customization.

        This is a manipulation (that I don't like).

        The validations exposed customizations made not properly. After fixing them all will be working. Fixing them should not be a big deal.


        * Read-only fields are stripped when posting forms.
        * Enum fields accept only values explicitly allowed for the field.
        * ID values should match the defined regexp pattern (that you can change in metadata).

        Are these making Espo less customizable?
        Last edited by yuri; 10-25-2022, 06:25 AM.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

      Working...