Problem when setting mail rule via WEB

Hi all,

There is a problem with mail template.

Using Notes client, mail rule dialogue offers option “send copy to”.

Using WEB browser this option is not available.

To fix the problem I have made these changes:

  1. Insert choice in Form (wRulesDlg) / Field ActionValues - for example:

“move to folder”:“copy to folder”:“send copy to”:“set expire date to”:“change importance to”:“delete”

  1. Insert choice code (“|B”) in Form (wRulesDlg) / Field Action - for example:

ActionValues+“|1”:“|4”:“|B”:“|A”:“|2”:“|3”

  1. Insert next line in Script Library Rules / Procedure ButtonOKWeb some where before calling the ProcessAction for example after the line Set view = db.getview(“Rules”):

copyto = note.GetItemValue(“CopyTo_Address”)

Regards,

Anton.Apostolov@SkalaSoft.com