/ Forums / Advansys Formativ / Creating Solutions with Formativ / Disabling Groupwise Signature Option with Formativ / Reply To: Disabling Groupwise Signature Option with Formativ

#7308
Support 1a
Participant

    There is no registry/PO setting you can use to disable the inherent GroupWise signature facility. The only way to do it in a deterministic fashion is to run an applet that changes the settings, such as:

    Sub Main(Client, GWEvent)
    
       call Groupwise.PrefSignature(incNo, false, false, "")
    
    End Sub

    You could configure the applet to run on client startup to help ensure the user has not turned the facility back on.

    I hope this helps.

    Advansys Support