OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions How to add external "entity" classes

This topic contains 5 replies, has 2 voices, and was last updated by  ajeetvarma 10 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
  • #33313

    ajeetvarma
    Participant

    Hi I want to add external entity class , suppose “Work” entity class of “WorkBundle” of src folder , in dashboard “menu system->entities->Work“. Is this possible .
    Please suggest me .

    Thanks a lot ..


    Ajeet Varma

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #33314

    Alexandr Smaga
    Participant

    Hello,

    yes this is possible here is my demo bundle please check it out.

    #33315

    ajeetvarma
    Participant

    Thanks a lot ..


    Ajeet Varma

    #33316

    ajeetvarma
    Participant

    Sorry for so much days delay because of i involved in another issue ,but now after implementing your bundle a menu called “Acme Temporary” is coming from which i can create and manipulate “order” class data but how can i make a report of this entity class “Order” just like another internal entities like “Users”, “Emails”, “Address”, “Country” etc which are displayed after clicking on “System->entities->“.

    Thanks a lot again ..


    Ajeet Varma

    #33317

    Alexandr Smaga
    Participant

    Your entity must be marked as “configurable” by annotation. See example

    #33318

    ajeetvarma
    Participant

    Oh , great Sir !

    After following above example and running the command “php app/console oro:entity-config:update” it works like charms !!!

    Thanks a lot sir ….


    Ajeet Varma

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

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

Back to top