OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Create entity in System/Entity/Entity Management with data in my table

This topic contains 2 replies, has 3 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
  • #25258

    abel
    Participant

    When I create entity in my bundle, it working ok. But when I check in entity management, my entity not exist.
    Now I want to create some Segments for my entity. How to create entity and integration data to it?

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

    gummy123
    Participant

    You will see how it develop of data entities in the Segments . You will also preview how these data entities will be consumed in various integrations scenarios, such as data import and export, integration, and OData services. Magento 2 Social Login/Magento 2 Mega Menu/Social Login Magento 2/Mega Menu Magento 2


    [url=http://www.magestore.com/magento-2-social-login-extension.html/]Magento 2 Social Login[/url]/[url=http://www.magestore.com/magento-2-mega-menu-extension.html/]Magento 2 Mega Menu[/url]/[url=http://www.magestore.com/magento-2-social-login-extension.html/]Social Login Magento 2[/url]/[url=http://www.magestore.com/magento-2-mega-menu-extension.html/]Mega Menu Magento 2[/url]

    #25260

    Mike Kudelya
    Participant

    Hi,

    To create extended and configurable entity you must set @Config() property and extend it from ExtendProduct (just add Extend prefix to your class)

    and create Model/ExtendProduct.php

    After that run

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

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

Back to top