Hi DKinsley , I have had a similar Problem, and solved it this way:You
need to amend the JavaScript code in that way, that you change every
instance on every masterpage, where the item is inherited.In you case
the code should look probably like
this:Form1.Subform4.Table2.Row1.Overall[0]::change - (JavaScript,
client) if ($.boundItem(xfa.event.newText) == "Green") {
xfa.resolveNode("pageSet.NameofMasterpage[0].OverallTop").border.fill.color.value
= "204, 255, 204";//green color } if ($.boundItem(...