OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions Get all info from Tracking Events into User Details

This topic contains 3 replies, has 2 voices, and was last updated by  Rodolfo 9 years, 5 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
  • #28266

    Rodolfo
    Participant

    I’d like to know if it’s possible for me to click in customers/account/contact details and get the information about this user using tracking events data. In other words, get all the data from Tracking Events using customer id as a reference.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #28267

    Alexandr Smaga
    Participant

    Hello !

    It’s required additional development. But it’s not so hard to implement, as suggestion I can recommend use following code to find events in DB.

    #28268

    Rodolfo
    Participant

    Thank you for your answer Alexandr,
    I just need some help to convert your suggestion to yml format and I still have other question.
    How can I add the mysql ‘like’ in yml?
    For example: “userIdentifier like ‘%***MY_USER_ORIGIN_ID_HERE***%’

    By now, I’m getting this error:
    “An exception has been thrown during the rendering of a template (“Unrecognized options “bind_parameters” under “query””) in”

    And this what I put on my twig:

    #28269

    Rodolfo
    Participant

    I fixed here! Removed the first bind_parameter and changed the datagrid.yml to use this:

    and

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

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

Back to top