OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – How do I? Questions add grid in account detail view

This topic contains 5 replies, has 2 voices, and was last updated by  Yevhen Shyshkin 8 years, 2 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
  • #36197

    fred33
    Participant

    hi how can I add another grid in the general account view. Let me explain . In the grid of the account when you select a line there is another view that appears and shows all the details of the account, is in this view that I want to add my own grid

    sorry for my english

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #36198

    Yevhen Shyshkin
    Participant

    Hello.

    You can use event triggered on form view page to alter its structure (add new block in your case). Event name is rendered dynamically based on used page. Here is example of how it can be done.

    Alternative solution – you can override whole template and add your block there.

    #36199

    fred33
    Participant

    I understand what you mean but where can i found the formlistener or account view

    Thanks

    #36200

    Yevhen Shyshkin
    Participant

    You have to create your own new listener. If you are using Account entity from OroCRM then event name should be oro_ui.scroll_data.before.accountView.

    #36201

    fred33
    Participant

    Sorry I’m a newbie and I’m completely lost with the doc and your explanations

    #36202

    Yevhen Shyshkin
    Participant

    Check this article and example I’ve mentioned above – this way you should be able to understand how to use event listener in your case.

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

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

Back to top