I have three fields that have the formulas
@if(EditCompleted = “Yes”; @Name([CN]; @UserName): “”)
@If(Approved = “yes”; @Name([CN]; @UserName); “”)
@If(Completed = “Yes”; @Name([CN]: @UserName); “”)
All three fields are Computed fields
When the Editor goes in and marks the document as Edited then their name appears in the Edit Completed by field, as expected.
When the Approver goes in and marks the document as approved then their name appears in the Approved by field but also in the Edit Completed by field (taking out the original name).
When the person marking the document completed marks the document as completed then all three fields has his name in it.
Can someone tell me what I am doing wrong?