I use this stored procedure where my input is a Document ID and Document Number where it should return the latest Revision Number, Title, and Entry ID.
But it will only return one item at a time.
So now we are using three stored procedures instead:
- [aacustom_getRevisionByDocIdDocNum]
- [aacustom_getTitleByDocIdDocNum]
- [aacustom_getEntryIdByDocIdDocNum]
Does Laserfiche Forms have a limit on passing output values back to Forms?