OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions Custom entity customization

This topic contains 2 replies, has 2 voices, and was last updated by  ssergey 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
  • #28813

    ssergey
    Participant

    Hi everybody!
    Please answer the questions on customization of Custom entity:
    1) How to enable inline editing of the fields in the custom entity grid?
    2) How to enable mass operation on rows in the custom entity grid?
    3) How to add fields Created At and Updated At that automatically track the time of actions?
    4) How to make 2 columns in the user (not admin) edit mode of an item of the custom entity?
    Many thanks for the answers!

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

    Yevhen Shyshkin
    Participant

    Hello.

    1-2) Can be done with the appropriate grid listener.
    3) Fields can be created from UI, refresh logic can be added with doctrine event listener for your entity.
    4) Can be done either using custom template for your extended entity, or using event oro_ui.scroll_data.before.custom_entity-update to alter content of rendered blocks.

    #28815

    ssergey
    Participant

    Hi Yevhen,
    Thanks for the useful answers!

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