Introduction of additionalApplierClassNameList

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a.slyzhko
    Senior Member
    • Oct 2023
    • 104

    #1

    Introduction of additionalApplierClassNameList

    Hi there!
    In the upcoming v9.1 release I noticed a new metadata section
    Code:
    selectDefs -> {EntityType} -> additionalApplierClassNameList
    which looks like a straight copy of the existing
    Code:
    recordDefs -> {EntityType} -> selectApplierClassNameList
    Could you share the rationale for introducing selectDefs.additionalApplierClassNameList?
    Will the old recordDefs…selectApplierClassNameList key be deprecated or removed in a future release?
  • emillod
    Active Community Member
    • Apr 2017
    • 1459

    #2
    Here you have section in documentation, but it's pretty short
    documentation/docs/development/metadata/select-defs.md at master · espocrm/documentation

    Comment


    • a.slyzhko
      a.slyzhko commented
      Editing a comment
      I know about this new section. But you didn't get my question. Both additionalApplierClassNameList and selectApplierClassNameList require implementations of the same interface
  • yuri
    Member
    • Mar 2014
    • 8893

    #3
    recordDefs is used for API requests (Record service) and in a few additional places.
    selectDefs is used always when the SelectBuilder is used.
    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...