Adding overloaded methods to handle Parent object reference using token and syncing the id on the child#9
Conversation
Added possibility to set Parent object along to Id on the child. Added capability to retrieve field values.
|
Hi, @bobalicious : is this something worth adding? I can tidy it up if is something worth it. |
|
It's along the lines of the kind of thing I was going to think about next, but it depends on how complete the solution should be - bear in mind the different ways that a parent relationship can now be set, using String names to automatically generate intermediate steps (e.g. Setting I guess a key question is - have you found it useful. If so, then it's probably worth exploring again. If not, then maybe not. If the PR is re-raised, I'd welcome it, and I'll be happy to review and potentially merge - as long as it fits into the current API nicely. |
|
I actually have found this useful on one project, but to be honest it has been a long while. I can take a look at updating this with the latest API, potentially submitting a new PR. |
Added possibility to set Parent using Field Token.
Added possibility to set Parent object along to Id on the child.
Added capability to retrieve field values.