OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions New entity field doesn't appear in grid filter and setting

This topic contains 4 replies, has 2 voices, and was last updated by  frostami.1988 4 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
  • #40811

    frostami.1988
    Participant

    Hello there,

    I have added a new entity field into the ‘case’ entity and expect to see it in the ‘Grid Settings’ and ‘Grid Filter’ but it didn’t appear there. I know that I have to set ‘Add To Grid Settings’ and ‘Show Grid Filter’ to yes in order to do so. I think there is something wrong with my Datagrid codes but I couldn’t find it. I also wanna know how to make an entity configurable which can add entity fields from Oro UI.

    thanks in advance

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

    Andrey Yatsenko
    Moderator

    I also wanna know how to make an entity configurable which can add entity fields from Oro UI

    Here is the developer guide on it:
    https://doc.oroinc.com/backend/entities/extend-entities/

    The CaseEntity is already extendable and configurable.
    See “Add Entity Properties” article in the above documentation to make sure you have added the field correctly.

    #40828

    frostami.1988
    Participant

    Thanks for your reply, now the problem is I couldn’t show dynamic fields in grids even though I enable ‘Show Grid Filter’ from entity management.

    #40830

    Andrey Yatsenko
    Moderator

    What do you mean by dynamic fields?

    #40832

    frostami.1988
    Participant

    fields that can be added via OroCRM UI -> system -> Entity Config menu.

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

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

Back to top