OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Modify custom fields

This topic contains 2 replies, has 2 voices, and was last updated by  darksawa 6 years, 3 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
  • #34476

    darksawa
    Participant

    Hello,

    can you please advice the correct way to get and modify custom field’s value, that was already created through web interface?

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

    vitaliyberdylo
    Participant

    Hello darksawa.
    If you question is about extended entity fields created via web interface, you can find automatically created getters and setters for this fields in app/cache/oro_entities/Extend/Entity/EX_YourBundleName_YourEntityName.php file.
    In the main they called getYourFieldName() and setYourFieldName().

    #34478

    darksawa
    Participant

    Many thanks

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

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

Back to top