OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Populate entity data using API

This topic contains 1 reply, has 2 voices, and was last updated by  Alexandr Smaga 9 years, 9 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
  • #33391

    Jowo
    Participant

    I created a new custom entity using the GUI and added fields to it.

    Now there is a table in the database: oro_ext_testentity

    I want to populate this with rows of data. I can do it in the GUI manually of course. But is there a way to do it via the API?

    I couldn’t find anything in /api/doc/ related to this. Is there plans for this? Meanwhile should I create an API bundle/extend to allow adding data to an entity via API?

    Also, are there plans to delete entities and fields? I can’t even delete entity data rows. The GUI restricts this right now.

    Thanks.

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

    Alexandr Smaga
    Participant

    Hi.

    APIs for custom entities are not implemented yet, so now it’s not possible to do it not through UI. You can implement your own REST/SOAP controller in you bundle in order to met your needs, or feel free to contribute into OroEntityBundle :)

Viewing 1 replies (of 1 total)

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

Back to top