OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Custom datagrid (TrackedEvents) for a specific user

This topic contains 4 replies, has 2 voices, and was last updated by  Rodolfo 8 years ago.

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

  • Creator
    Topic
  • #34099

    Rodolfo
    Participant

    Hi there, Please, I need some help to make this datagrid working. How can I associate the dynamic field “customer_ff3bb796_id” ? The idea is get every event from tracking passing the Customer ID as parameter.

    This is my datagrid yml:

    Error:

    This is a example of query working fine:

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #34100

    Yevhen Shyshkin
    Participant

    You should use relation names instead of column names, so conditions should look like:

    IDENTITY function is used to get identifier of related entity.

    If you will ever experience this issue again – you can check relation names in entity metadata:

    #34101

    Rodolfo
    Participant

    Thanks @yshyshkin but didn’t work yet.

    #34102

    Yevhen Shyshkin
    Participant

    Please, look carefully at condition:
    – your condition – IDENTITY(otv.customer_ff3bb796_id) – with ID at the end;
    – required condition – IDENTITY(otv.customer_ff3bb796) – without ID at the end.

    #34103

    Rodolfo
    Participant

    @yshyshkin

    Worked! Thank you very much Yevhen!

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

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top