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


Apr 24, 2018, 4:22 PM
6 Posts

ECL alerts not being generated

  • Category: Security
  • Platform: Windows
  • Release: 9.0.1
  • Role: Administrator,Developer,End User
  • Tags: ECL,lotussscript
  • Replies: 1

Hi,

We have an application that sends out a button with some code in it. As this code build the email dynamically, the button is considered not to have a signature. Normally, when the user clicks the button, an ECL Security Alert is displayed and they can decided to allow the button to execute this one time. However we now have lots of users where nothing happens at all. I.e none of the code runs and no ecl alert is displayed. This is irrespective of what is in the ecl for No Signature / default.

Policies are not being used to set the ecl and the users can refresh and get a new admin ecl. 

 

anybody seen this / got any ideas what we are missing or know a way to sign a button from code? 

 

 

Apr 24, 2018, 7:09 PM
326 Posts
Try

I personally think have a policy that sets ECL is a good idea.

 

I think this will work.    Before sending the email  do this

 

doc.SignOnSend=True   ' pretty sure this will sign the button

Call doc.Send(False)


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