Mailing a document into the teamroom is basically working fine. The only problem is that the “From” field, which is defined as field type “authors” in the form “memo” is not working correctly. If the person whose name is in this field tries to open the document (with authors access to the database), he/she is not allowed to edit it.When the document has just been mailed in, the field has the flags “SUMMARY NAMES”. After somebody with editor rights has opened it and saved it, the flags are “SUMMARY READ/WRITE-ACCESS NAMES”, i.e. now it’s working correctly as authors field.
Has anybody an idea why the field looses the READ/WRITE-ACCESS flag during mail-in??
Subject: RE: Authors field is not working with a mail-in into a teamroom
@Graham: I’m using the ExtR6Mail template of 6.5.3 without changes and as far as I can see, the from field is of type authors (computed when composed). But you are right in that it looses this flag once the server sends the mail. Thanks for the info.
Subject: Authors field is not working with a mail-in into a teamroom
The field isn’t losing the authors flag when it’s mailed in - from is only a names field in mail. You’ll need to have an agent modify the field when the message is received.
Subject: RE: Authors field is not working with a mail-in into a teamroom
Hi Peter, as posted to Grahams response, you are right that it arrives as a names field.
I have, however, not to much experience in programming agents, so my trials failed miserably (I tried to use uidoc.refresh and uidoc.save to recalculate the fields, which resulted in “Document Command not available” ).
So, if you could give me an example (or tell where to find it) it would be highly appreciated.