/ Forums / Advansys Formativ / Creating Solutions with Formativ / Can Formativ be used to change ‘Copies to Self’ behaviour
-
CreatorTopic
-
July 9, 2002 at 8:57 am #3874
Having migrated many of our users from the Pegasus mail client to GroupWise, we are finding the GW filing method a bit limited. Can Formativ be used to prompt the sender to select a folder to copy the message to, as opposed to dropping everything in the Copies to Self folder and having to move it afterwards.
-
CreatorTopic
-
AuthorReplies
-
July 9, 2002 at 6:54 pm #6467
There are ways to achieve a pre-send filing option but each approach would have advantages and disadvantages.
To help us better understand your business requirements, would it be possible for you to let us know the objective of the copy-to-self requirement? For example, would moving the GroupWise sent message into a target folder be sufficient or do you specifically need the sent message to also be addressed to the sender, which is then filed into the user’s target folder?
Which version of GroupWise are you using?
Here are some quick, off the cuff suggestions for implementing a system which moves the GroupWise sent item to a target folder, which is selected by the user prior to sending message.
The basic approach would be to mark the outgoing message with the user’s selection and then have a mechanism which identifies the marking and moves the message into the correct folder.
1) Marking the message
1a) Using a Custom Field
Design an applet which allows the user to select a target folder and which then saves the user selection in a custom field into the draft message prior to sending. The catch with this approach is that the draft message must be saved at least once, to get a valid message ID (rather than ‘X00’), before you can add a custom field. The applet could save the message by using the ItemSaveMessageDlg command (or another command depending on the version of GW you are using), which will prompt the user for a draft folder. The applet could be executed manually or integrated with the OnSend event (but again, the draft message must be saved first to get a valid Message ID).
The benefit of using a custom field to mark the message is that the data remains hidden from the user and does not appear in the outgoing message.
1b) Using the Message Fields
Another approach is for an applet to mark either the subject, the message text or by attaching a special file attachment. For example, you could append a special text code to the end of the subject, end of the message text, or add a text attachment which includes the target folder code or location.
The advantage of this approach is that you don’t need to save the message first but the disadvantage is that the target folder code or information would appear in the outgoing message.
2) Idenfiying and filing the message
Once the message is marked with the required target folder identifier, the next step is to develop a process which identifies the marking and then automatically files the message. Again there are a couple of approaches which could be used but to ensure an optimal solution, each approach would need to be tested first.
Note: You can’t have the same ‘marking’ applet move the GroupWise sent message because of the send event sequencing, i.e. when an applet is triggered by the client On Send event, the GroupWise message is not yet committed to the database.
2a) Automatically Generated Rule
The applet which marks the message could generate a GroupWise rule configured to automatically move the sent message, which includes the specific marking, to the target folder. This technique would have to be tested for timing issues. However, as the rule would be created before the message is sent, and because the rule events are POA database (server) driven, the rule ‘send’ event would trigger only when the message has been sent by the client. In any case, once the rule was created, it would work without potential timing problems for any subsequent messages containing the same marking identifier. The outcome of this approach is that, in addition to the marking applet, you will have a number of GroupWise rules created to do the filing.
2b) Filing Applet
The other approach is to use another applet which is either manually executed by the user and/or is triggered to run on GroupWise startup. This applet would scan GroupWise sent messages for the specific markings and automatically move them into the correct target folders.
Summary
The above suggestions focus on the GroupWise sent message, which is normally automatically created by the GroupWise client and by default is stored in the Mailbox folder. If you require that a copy of the sent message is filed, or if the sent message is to be addressed to the sender to achieve a copy, the above approaches could be adapted to work in either scenario.
I hope the above suggestions are of assistance. If you don’t wish to develop this solution yourself, Advansys does offer custom development services.
Regards,
Advansys Support
July 10, 2002 at 5:17 am #6466To clarify exactly what we would like to see.
1) User composes Email
2) User presses ‘Send’ button
3) Pop-up window appears with the sender’s folder list.
4) Sender either:-
a) selects one of own folders to put a filed copy in, OR
b) presses, say ESC key and no copy is kept.
5) Email is then sent to intended recipients, and sender has already filed it in a GroupWise folder of choice.Currently, with the GroupWise system, my only options are to pre-select such a folder before pressing the ‘Send’ button (once pressed, it is too late !), or to spend significant amounts of time trawling through my ‘Copies to Self’ folder to file Email’s I have sent in appropriate folders.
July 15, 2002 at 8:57 pm #6465Sorry for the delay, we’ve been hard at work getting the Formativ 1.5 beta launched on our Web site, http://www.advansyscorp.com/formativ_1_5.htm .
Which version of GroupWise client are you using, 5.5, 5.5 Enhancement Pack or 6.01?
Regards,
Advansys Support
October 16, 2007 at 7:37 am #6468Was this ever addressed?? I am looking for the same feature
October 16, 2007 at 10:00 pm #6464Unfortunately until the release of next GroupWise version (Bonsai), we can not access the sent message ID. Novell have confirmed in Bonsai, 3rd party developer can access the sent message ID which will help us to write solution for the above enquiry.
In the mean time, we have written a “Filing Assistant” solution (not yet release) which lets you to organize messages. You can select some messages and run the solution which will suggest the folders to file messages. If you are interested to test the solution then send an email to support (support@advansyscorp.com).
Please see below the Overview of the solution:
Overview
quote:
With the volume of email increasing rapidly, efficient email management is essential. You need to file messages quickly into the appropriate location without having to navigate hundreds of folders. Effective filing enables faster retrieval of messages in future, saving time and money. The Filing Assistant for GroupWise makes filing messages and folder navigation a breeze!
You can locate folders by matching text you type or simply select a folder offered by the automated Suggest feature, which lists suggested folders for filing based on selected message analysis. Then file your messages quickly with one mouse click. It’s that easy.
Filing Assistant also works with GroupWise Proxy, allowing someone with the appropriate proxy rights to file another person’s email. The power of GroupWise list filtering and QuickFinder combined with Filing Assistant offers fast reorganization and collation of messages which may be dispersed throughout the account.
A range of additional features enable you to tune GroupWise to the way you want to work, such as search optimization by adding special keywords to folder descriptions, creating new and renaming existing folders.
Take control of GroupWise email management today with the Advansys Filing Assistant!
Regards,
Advansys Support -
AuthorReplies
- You must be logged in to reply to this topic.