Advanced Pack news

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 9079

    #76
    Version 3.2.0 released.

    Workflows:
    • Signal parameters for @relate, @unrelate, @eventAccepted signals. The ability to access a foreign ID in formula.
    • Showing explanation text for Scheduling.
    • Ability to specify a confirmation text for manual-trigger workflows.
    • Fixed issue that stream notes and notifications were by-passed for Apply Assignment Rule.

    BPM:
    • Refreshing a flowchart with WebSocket on the process detail view.
    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
      • 9079

      #77
      Version 3.3.0 released.
      • Drop PHP 7.4 support. PHP 8.0 is min supported.
      • Reports: Shortcut key Ctrl+Enter to run a report.
      • Workflows: Trigger another Workflow for multiple related records (one-to-many and many-to-many relationships).
      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
        • 9079

        #78
        Version 3.4.0 released.
        • Workflows: UI improvements of conditions and actions.
        • Workflows: Create Notification action: Support recipient from has-many relations.
        • Workflows: Create Record action: Ability to set event duration.
        • Reports: Grid: Support column expressions with belong-to links (e.g. account.name).
        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
          • 9079

          #79
          Version 3.5.0 released.
          • Workflows: Ability to add or remove items for Link-Multiple, Array, Multi-Enum & Checklist fields in Create Record and Update Record actions.
          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
            • 9079

            #80
            Version 3.6.0 released.
            • EspoCRM v7.4 is min supported.
            • Workflows: Supporting Working Time Exceptions.
            • Workflows: Process Order parameter. Workflows are executed according their order.
            • Workflows/BPM: Send Email: CC email address.
            • Workflows/BPM: Send Email: Ability to add attachments generated in Formula.
            • Workflows: Send Email: Ability to use a Formula variable to specify email addresses.
            • Reports: Formula function to generate an XLSX export file.
            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
              • 9079

              #81
              Version 3.7.0 released.
              • Flowcharts: Action to move to the canvas center in the flowchart builder.
              • Flowcharts: Undo/Redo actions in the flowchart builder.
              • Flowcharts: Categories.
              • Workflows: Small UI improvements in edit view.
              • Reports: Small UI improvements.
              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
                • 9079

                #82
                Version 3.8.0 released.
                • Reports: Preview report results while creating or editing.
                • BPM: Parameter allowing to isolate variables within a task.
                • Workflow: Link => Link-Parent, ID => Link-Parent field mapping in create/update record actions. The ability to set a link-parent field with the target record or a record linked to the target record.
                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
                  • 9079

                  #83
                  Version 3.9.0 released.

                  Workflow:
                  • Supporting field loaders for non-storable fields (for v9.1).
                  • Formula function workflow\lastCreatedEntityId .
                  • Ability to show a custom message after a manual workflow run. With a formula function workflow\alert.
                  • Change: Now a failed action will always interrupt workflow rule execution and re-trigger the error.

                  Reports:
                  • Sticky first column in grid reports with grouping by 2 fields.
                  Last edited by yuri; 05-12-2025, 11:35 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

                  • yuri
                    Member
                    • Mar 2014
                    • 9079

                    #84
                    Version 3.10.0 released

                    Improvements:
                    • BPM: Ability to run BPM processes in parallel.

                    Compatibility:
                    • Min supported Espo version is 8.2
                    • Min supported PHP version is 8.1


                    BPM processes running in parallel can be enabled with the config parameter 'bpmnRunInParallel'. It's recommended to wait for Espo v9.2.0 release, where the main job sub-queue will be introduced.
                    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
                      yuri commented
                      Editing a comment
                      As new indexes were added to the BpmnProcess entity type, installation may take a while if your bpmn_process table is big. It may be reasonable to install via CLI in this case.
                  Working...