Update Location on link CI.Monitor to CI.Computer
rhaa Jun 26, 2018 2:12 AMI implemented a triggered Action on CI.Computer to Update CI.Monitor.Location when CI.Computer.Location changes. This works pretty well.
I also want to Update CI.Monitor.Location when new monitor is linked to computer. But the expression used seems not wo work in this case.
I use Rule Action “Run for Child” followed by “Update Object” to update Monitor Location. Expression used in Location Value: $(ChildFold("CI#Computer", RecId, "CI#.", "$(Location)", "+"))
As I wrote, this works pretty well when I trigger this on CI.Computer.Location change. But nothing happens when trigger is a relationship Event “on Link”.
Any ideas?