Announcement

Collapse
No announcement yet.

Error field parent

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error field parent


    Good morning, I have a problem with the field parent. Everything is shown on the recording. Is anyone able to help me solve my problem? https://www.dropbox.com/s/u2ovru128w...Reder.mp4?dl=0

    If Dropbox did not work adds here https://we.tl/O0vlzERsP1
    Last edited by grzegorzgie; 10-20-2016, 12:16 PM.

  • #2
    Hello
    As I see, you've created parent field manually. Upload your entityDefs files of Opporunity and Account

    Comment


    • #3

      I send files, whether they are correct? Many of these directories is. https://we.tl/qLtt4R4Ni4
      or http://www.filedropper.com/contactop...ityaccountjson

      Comment


      • #4
        add this to custom Account and Contact entityDefs into links section
        Code:
        "opportunities": {
                    "type": "hasChildren",
                    "entity": "Opportunity",
                    "foreign": "odKogoZlecenie"
                }
        add this to custom Opportunity entityDefs into links section
        Code:
        "odKogoZlecenie": {
                    "type": "belongsToParent",
                    "foreign": "opportunities"
                }
                }

        Comment

        Working...
        X