OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Doctrine:generate for Flexible Entities?

This topic contains 1 reply, has 2 voices, and was last updated by  Dima Soroka 10 years, 8 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
  • #24659

    alanstorm
    Participant

    Does OroCRM/OroBAP have any (or any plans for) code generation w/r/t to `AbstractEntityFlexible` model entities? Or is it the client programmer’s responsibility to create individual entity class definitions for the main entity (Contact), the values entity (ContactValue), correctly configure the custom backend options and relations properties, ensure there are proper fixtures setup to populate the needed values in `oro_flexibleentity_attribute`, and take any other steps needed to setup a flexible entity.

    Apologies if these are obvious questions — I haven’t worked in a team environment with Doctrine 2 before, so I’m fuzzy on expectations.

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

    Dima Soroka
    Keymaster

    Alan, thanks for a good question.

    We investing a lot in entities flexibility as it is one of key features for the platform and CRM. Currently we are working on very powerful addition to doctrine that will allow entity and entity fields metadata management so administrator will be able to create new entities, add additional fields to system ones and change a configuration of system entities. Also this feature will simplify a lot flexible entity creation.

    This functionality will be available for preview till the end of this month, we are very interested in feedback on it.

Viewing 1 replies (of 1 total)

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

Back to top