This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Mar 22, 2017, 8:32 AM
11 Posts

Enable encryption automatically when user check "mark subject confidential"

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags:
  • Replies: 4

Our office required mail to be encrypted if it is marked confidential.  I then change the code in the event "Input Translation" of the field "tmpClassification" of the sub-form "DelOptionSubform" so as to assign the value of the field "Encrypt" to "1", but the "Encrypt" field had nothing changed (the check box of field "Encrypt" is not checked).  Most grateful if anyone could help.

Mar 22, 2017, 2:28 PM
323 Posts
Can you find an "Encrypt" field defined on the form?

If so, change its computed or translation formula to check.

Mar 23, 2017, 1:53 AM
11 Posts
User may encrypt mail without selecting "Mark Subject Confidential"

User may encrypt mail without selecting "Mark Subject Confidential", hence the field "Encrypt" cannot be a computed field.

Mar 23, 2017, 1:49 PM
323 Posts
You won't get there from where you're trying. Let's try a little more detail.

Review the form or subform you're changing. Is there an "Encrypt" field defined in the field designs? Because you're not going to get to "Encrypt" from another translation formula if there is.

If there is an "Encrypt" field defined in the field designs, it has a formula. A translation formula is available for an editable field. A compute formula is available for a computed field. It's either the translation formula or a compute formula.

Depending on which you have,

If it's a translation formula change the translation formula to override its value based on the confidential setting. Yes, it's important to modify the formula so that if the setting doesn't appear -- the formula doesn't override the value.

If it's a compute formula change the compute formula to override its value based on the confidential setting. Yes, it's important to modify the formula so that if the setting doesn't appear -- the formula doesn't override the value.

It's likely the field designed to set the mail type (I assume this is SenderTag, but there are fields defined for its entry) trigger a form refresh, as well. This'll make the "Encrypt" field refresh, at which point it'll change its value.

Make a backup copy of your original design template before attempting changes.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal