...
Code Block |
---|
if (values["ParentColour"] !== "Red") { this.updateLinkedChild("ChildColour", "Red", ["18","19"], "add") } else { this.updateLinkedChild("ChildColour", "Green", ["18","19"], "delete") } |
values["field name"]
...
...
Code Block |
---|
if (values["ParentColour"] !== "Red") { this.updateLinkedChild("ChildColour", "Red", ["18","19"], "add") } else { this.updateLinkedChild("ChildColour", "Green", ["18","19"], "delete") } |
values["field name"]
...