OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions REST note create

This topic contains 6 replies, has 2 voices, and was last updated by  Alan Culvi Bertomeu 6 years, 10 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
  • #25293

    When I want to add a note to a contact I get this error in the Log “Notes do not enabled or not updated for schema Given entity” contact “.”

    But in the entity if enabled

    This is the code that tried to create the note in the contact “$id”

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • #25294

    Mike Kudelya
    Participant

    Hi

    Can you show me working example (code) ?

    #25295

    this is the class I use to connect to CRM

    On the corporate website

    #25296

    Mike Kudelya
    Participant

    Hi,

    Please run api with

    instead

    #25297

    I added file vendor\oro\platform\src\Oro\Bundle\NoteBundle\Resources\config\oro\api.yml with this
    It is possible to put this in a file in the app directory?
    I’ve tried in app/Resources/config/oro/api.yml and create the app/Resources/config/gold/my_api.yml

    Run the command

    and then

    but when I try to collect all the notes

    #25298

    My solution for this.

    It is possible to put this in a file in the app directory?
    I’ve tried in app/Resources/config/oro/api.yml and create the app/Resources/config/gold/my_api.yml

    1- I created a bundle
    2- In created the file Resources/config/oro/api.yml in the bundle
    3- In the file I wrote this

    #25299

    On version 2.0 is simple

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

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

Back to top