Jump 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.

Featured Replies

I'm still trying to wrap my head around this new Script Trigger feature, hopefully someone can point me in the right direction.

I need there to be some type of audible cue when a field value changes, whether it be some sort of audio file playing, or just the "beep" command. I'm not picky as to how it does it - as long as it does it.

Cheers,

Matt

I'm assuming that you do not want a beep if the user enters the field, changes the value to something else and then changes it back to the original value.

So, I'd write two scripts. The first simply captures the value in the field into a $$var. This runs as an OnObjectEnter trigger.

The second script, compares $$var to the field value. If they don't match, it beeps (or shows a dialog, whatever). This script runs OnObjectSave.

  • Author

I assume that'd only work on the end of the person who changes the value. Probably the easiest way to think of it is that I'd like to to work like your audio notifications would work in say, your email client. So you have 0 new messages, but when new messages changes to 1, it makes a sound.

That's kind of what I'm trying to do. I'm trying to come up with a solution for a contracting company, and when a new job is entered in the system(by a receptionist for example), the new job value changes from 0 to 1 (for example), and a notification sound is made (on all other systems).

Just brainstorming...

Is there a next step after a job is created that would change its status? For example, receptionist adds new job. The next step is to review the job record and approve it. If this is a reasonable scenario, you could simply have an ApprovedDate field in Jobs.

Then, to "broadcast" unapproved jobs, you could have a portal on your Main Menu to unapproved jobs.

You could wire into a navigation script a "beep" if there are any unapproved jobs. In my experience, users navigate around a lot, if only from list to form. So if you have a "beep" subscript that's called by each nav, you'd achieve the system-wide alert.

  • Author

That would likely work, good thinking! :(

I'll give it a shot.

Thanks again,

Matt

Create an account or sign in to comment

Important Information

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

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.