Error field parent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • grzegorzgie
    Member
    • Jun 2016
    • 31

    #1

    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.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

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

    Comment

    • grzegorzgie
      Member
      • Jun 2016
      • 31

      #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

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #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...