OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Entity Select like owner

This topic contains 2 replies, has 2 voices, and was last updated by  Tamas.Palecian 9 years, 1 month ago.

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

  • Creator
    Topic
  • #24982

    Tamas.Palecian
    Participant

    Hello,
    I’m trying to create an entity select like Owner.
    The entity what I want to join is Campaign entity with a custom entity made by me.

    I have 2 problems till now with the entity,
    The first one that when I submit the field the entity returns an error: This value should not be blank.
    The second one is that the entity is select but not with search and autocomplete.

    Kind regards,
    Tamas

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

    Alexandr Smaga
    Participant

    Hello @tamas-palecian !

    How did you connect them ? via extended entity mechanism or thru the code ?

    The second one is that the entity is select but not with search and autocomplete.

    It depends on which field form type you added to your form. For autocomplete following form types could be used

    (if you also need grid selection) and oro_jqueryselect2_hidden(just for autocomplete)

    #24984

    Tamas.Palecian
    Participant

    Hello Alexandr Smaga,
    I have resolved the problem with ‘genemu_jqueryselect2_entity’ type in formBuilder.

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

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

Back to top