OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Process doesn't work after upgrade from 1.10 to 2.2

This topic contains 1 reply, has 1 voice, and was last updated by  ianfp 6 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27708

    ianfp
    Participant

    I have a custom process definition in src/Example/MyBundle/Resources/config/process.yml:

    You can see that I changed the namespace of CaseEntity from OroCRM to Oro during the 1.10 => 2.x upgrade. But the process is not working.

    When I look at the process in the UI under System > Processes, I see it still shows the 1.x namespace (OroCRM) for the Related Entity.

    Running the oro:process:configuration:load console command does not fix the problem, and if I try to delete the process from the UI, I get an error message: “You do not have permission to perform this action.”

    The only documentation I can find is here:

    https://oroinc.com/orocrm/documentation/current/admin-guide/system/processes

    which does not describe how to define/update/manage custom processes. Any help is greatly appreciated.

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #27709

    ianfp
    Participant

    We found the answer here:

    https://oroinc.com/orocrm/forums/topic/send-email-to-case-assignee-when-assignee-is-changed#post-29887

    (We moved the process definition from config/process.yml to config/oro/processes.yml and put the contents under a top-level “processes:” key.)

    Now the process works and the email is sent when a case is reassigned, but I got this error:

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top