OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions How can i log workflow steps?

This topic contains 2 replies, has 2 voices, and was last updated by  Stepan Yudin 8 years, 7 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
  • #28516

    Stepan Yudin
    Participant

    Hello everyone!
    I want to know how can i log the entity workflow steps changes in the “history changes” modal window?


    Docker environment for Symfony2/OroCRM/OroBAP development on Windows platform
    https://github.com/stepansib/sf-oro-docker

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #28517

    Yevhen Shyshkin
    Participant

    Hello.

    Unfortunately, for now there is small issue there that does not allow to track workflow step field – WorkflowStep entity does not have __toString method.

    This fix will be included into next platform release – and then there will be two ways to make workflowStep field auditable:

    – via UI: System > Entities > Entity Management > [Entity Name] > workflowStep field > Auditable = Yes

    – via code: set appropriate config annotation:
    * @ConfigField(
    * defaultValues={
    * "dataaudit"={"auditable"=true},
    * }
    * )

    #28518

    Stepan Yudin
    Participant

    Thank you, Yevhen!
    You’re talking about 1.8 branch?


    Docker environment for Symfony2/OroCRM/OroBAP development on Windows platform
    https://github.com/stepansib/sf-oro-docker

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – How do I? Questions’ is closed to new topics and replies.

Back to top