Custom field in dynamic logic

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • josef
    Junior Member
    • Jul 2025
    • 2

    #1

    Custom field in dynamic logic

    Hi,

    I am developing custom extension in which I created a custom field using these fieldDefs:

    Code:
    "fieldDefs": {
        "type": "int",
        "notNull": false
    },
    I have added this field to an entity. However, I’m unable to access the integer value stored in this field within Dynamic Logic conditions, as it doesn't appear in the list of available fields.
    s there a way to make this custom field accessible in Dynamic Logic conditions?

    Thanks!
  • yuri
    Member
    • Mar 2014
    • 9179

    #2
    Hi,

    Check clientDefs/DynamicLogic.json. In future, this metadata is likely to be transferred to a separate place though.
    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

    • josef
      Junior Member
      • Jul 2025
      • 2

      #3
      Thanks! Is there a way to do the same thing for Workflows and Flowcharts in Advaced pack?

      Comment

      • yuri
        Member
        • Mar 2014
        • 9179

        #4
        To some extent. entityDefs/Workflow.json. There's some definition. You can add extended definitions in the custom.
        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...