Hello, I have a parent entity called A. I then have 2 entities below A that are called B and C. B and C are children of the Parent entity A. So B and C are side by side in the hierarchy. I need information from Entity C to populate in Entity B when Entity B record is created. I do have a lookup on Entity B to Entity C record and I have mapped the fields over correctly, but I get nothing showing up on Entity B record when it is created. I could have many Entity B records tied only 1 Entity C record. I would never have multiple Entity B records tied to multiple Entity C records. There would always just be 1 Entity C record active at a time. Can this be done? If so, what am I doing wrong?
Hope this makes sense, thank you.
*This post is locked for comments
I have the same question (0)