I have a Q&A database that allows a user to post questions. When the user clicks the submit button, they are prompted with the error “special database object cannot be located”
The submit button simply closes and saves the document. I have a formula in the querysave option that reads as follows:
@MailSend(user@work.com; “”; “”; “New Question”; “You may view and respond to the question by clicking in this link. .”; “”; [INCLUDEDOCLINK])
The document is saved, but the email is never generated. Any suggestions.
Subject: RE: special database object cannot be located
since it works without the IncludeDoclink flag it sounds like it’s got something to do with the doc not being saved so the doclink is not yet available.