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.

Conditional Menu Trick

Featured Replies

Heres a little trick I just figured out that might help someone else. I was using 5 levels of global conditional menus to drill down to a specific product and grab that products description and price with a lookup.

However, not all products need all five levels. So if you first select something with 5 levels then want to go back and change one of the menus in the middle of the series, the later popups still have data from the first selection even if you don't need it. This screws up your lookup calculation.

I created 4 scripts that clear the menus below and made each popup a button that calls this script then enters that same popup.

level1 menu is a button that:

Set Field (level2,"")

Set Field (level3,"")

Set Field (level4,"")

Set Field (level5,"")

Go to Field(level1)

level2 menu is a button that:

Set Field (level3,"")

Set Field (level4,"")

Set Field (level5,"")

Go to Field(level2)

...etc.

The great thing about this is that the popups can still stay in your tab order. Things only reset if you change your mind about a selection.

The disappearing portal trick won't work because data might still be stored in the hidden popups.

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.