====== ChangeSubject ====== ChangeSubject changes the subject of the message of the document or the message for the given Guid. The change is logged in the status history. ==== Syntax: ==== ChangeSubject (FileName, ['Attachment GUID']) ==== Example: ==== ChangeSubject (concat("Message from ", ActualDateTime("yyMMddHHss"))) ChangeSubject (concat("Message from ", ActualDateTime("yyMMddHHss")), GetDocument(GetDocument()/@OriginDocumentId)/@MessageId)