If anyone is still using the old R4 Approval Cycle template (we do extensively though we’ve modified it for better functionality) and you run a rename on people using AdminP, you might want to watch out for a new feature in ND6. You’ll notice in the advanced tab in the ACL, under the Administration Server section, a new action has been added namely, “Modify all Names fields”. I was thrilled to see this new feature because it was definately needed but when I ran a rename on a person with this property set on a db with the R4 App.Cyc. tmplt, several fields which were normally stored as Common Names were converted to Canonical format which broke hide-when formulas for Approve / Deny buttons. It also broke author access to the document but I don’t know why. Anyway, we fixed it with a simple agent which I give below. The damaged documents show up on many of the views so you simply run it on selected docs…
FIELD APPRName := @Name([CN]; apprname) ;
FIELD NextApprover := @Name ([CN] ; NextApprover) ;
FIELD RequesterName := @Name([CN] ; RequesterName) ;
SELECT @All