OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Removing extend fields during install process

This topic contains 6 replies, has 6 voices, and was last updated by  msulima 6 years, 1 month ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #24740

    miken
    Participant

    What’s the proper way to remove an extend field at install time?
    For instance if I wanted to remove the stock ticker field for the account entity completely during the install process. I wrote a migration in my own bundle that does a dropColumn on the account table in the database for the field but the config for the field is still hanging out in the oro_entity_config table. I figure I could grab the account entity config out of that table and unserialize the array for fields, strip the ticker references out and save it. However that just doesn’t feel like the proper way to go about it.

    Thank you,

    Mike

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

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

Back to top