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:
In @Formula language it seems not possible to use "-" in a field name, however it can be done in LotuScript:
Sub Initialize
Dim session As New NotesSession
Set doc = session.DocumentContext
If doc.HasItem("Auto-submitted") Then a = "true" Else a = "false"
Messagebox a, MB_OK, "Test"
End Sub
Feedback response number WEBB77EQ22 created by ~Richard Minnitherlen on 09/26/2007