Hi all,
Does anyone know if it is possible to automatically get the last note as the alert message.
I tried using:
getearliernote(SELECT COUNT(*)-1 as NumberNotes FROM Metastorm.dbo.eEvent WHERE eEvent.eNotes IS NOT NULL AND eEvent.eFolderID = @FolderId)
But when testing this the message was displayed blank, and also tried casting and converting, but it didn't seem to work.
Any ideas?
Thanks,