CR to CN Links: How I Learned to Stop Worrying and HATE Query Builder
Actually, its a love/hate relationship, more hate. Well, they did it to me again. Upgrade changes things (flexible changes) but leaves you in a state where objects before the upgrade return in reports but nothing after. In this case, the addressedBy link was deprecated but the data was not moved. "You moved the cemetery, but you left the bodies, didn't you?" Yep. This means any report that had joined the two only sees pairs created before the upgrade (in my case 10.2 to 11.1). The new link is ChangeProcessLink but for some reason, I had to two step it to get results to show. I was able to get this join model to work but you need to use outer joins pointing toward the change request. This will return either links from AddressedBy or ChangeProcessLink in a single report. Between you, me and the poltergeist, I am shocked it worked.


