Okay, I create a new document on the web and save and close it. It contains a computed field with the formula @IsNewDoc. When I re-open this document from a view, the field value is “1” (new document)! The next time the document is saved and re-opened, the formula returns the expected response of “0” (existing document). How is this possible? Even if I was doing something really crazy, I wouldn’t have thought this could happen.
FIXED: I changed the field to “computed for display” instead of computed. I guess the computed field saves the value as 1 and doesn’t refresh on open.