I just noticed that a UnDP transform was no longer working. I am not sure if upgrading to 10 broke it or not.
Investigating I found that my transform of {ifNumber}+${Nodes.Capacity}-{ifNumber} was no longer working. It is supposed to be reading the number of current active connections on our concentrator (which it does) and then subtract the number found in the Nodes.Capacity field, which it doesn't.
I have put each value into the transform to see where it is breaking and it looks like I can't pull any data from any custom property field.
Has anyone else seen this?