OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Extend User Entity and combobox

This topic contains 1 reply, has 2 voices, and was last updated by  Mike Kudelya 7 years, 7 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
  • #25291

    omega
    Participant

    Hi,
    I need to add new field to User Entity and a new combobox (Combobox of Users – ManyToOne) where users are limited to particular user role and set visibility of this field limited to role of user (Manager role).

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25292

    Mike Kudelya
    Participant

    Hi

    You should create your own user type, as example extend it from existing user type. Replace the autocomplete_alias to new alias where you can filter users by role. Here is current definition of acl_users alias and class. After that create a form extension where you can manipulate field visibility.

Viewing 1 replies (of 1 total)

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

Back to top