Skip to content

Instantly share code, notes, and snippets.

@avernet
Last active September 14, 2016 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avernet/5b6654ef2c2428a3010248a83fec8ad6 to your computer and use it in GitHub Desktop.
Save avernet/5b6654ef2c2428a3010248a83fec8ad6 to your computer and use it in GitHub Desktop.
Process with condition
require-uploads
then validate-all
then save
then
(
if ("exists(xxf:instance('fr-form-instance')//linkTextbox)")
then navigate(uri="{xxf:instance('fr-form-instance')//linkTextbox}")
else nop
)
recover error-message("database-error")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment