This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit 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