OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions add enum field

This topic contains 2 replies, has 1 voice, and was last updated by  duyanguk 6 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
  • #29616

    duyanguk
    Member

    Hi guys,
    I’m trying to an enum field to my own bundle:

    I run php app/console oro:entity-extend:update-config and php app/console oro:entity-extend:update-schema,
    php app/console oro:entity-extend:cache:clear –no-warmup
    Then I run php app/console oro:migration:load –force

    But when I run app/console oro:migration:load:data. it says Class ‘Extend\Entity\EV_Order_Status’ does not exist. I guess it’s not generated.

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

    duyanguk
    Member

    Sorry, I have succeeded creating the extended entity, field and table. But now I got OrganizationAccessDeniedException when I try to create or update a record.

    #29618

    duyanguk
    Member

    Sorry, my own stupitity

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

The forum ‘OroCRM – How do I? Questions’ is closed to new topics and replies.

Back to top