Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to Modify Script if Find Fails?

Featured Replies

I want a script to exeute a different script if it can't find similar records.

I have a script that grabs the name of a title, then goes to another database and searches for similar items with the same title. What I would like to happen is that instead of getting the screen, "no records match this request", the original find script would instead execute a different script.

So basically some type of if then statement, but how do I use scriptmaker to execute this?

Thanks,

Paul

Use Set Error Capture [On] at the beginning of your script (or at least before you do the find). Then use either If (not Status(CurrentFoundCount)) or If (Status(CurrentError)) immediately after your Perform Find script step, and put your alternate script after the If statement, followed by an Else with the normal procedure after that.

  • Author

That was the ticket. worked great,

thanks,

Paul

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.