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 wondering why the clear function only clears the fields displayed in the current layout.

I want to clear all fields but only the fields displayed in layout 1 is cleared and not in layout 2, although in my script, I wrote

clear [field1]....clear [fieldn] for all my fields.

Any thoughts? Is this normal? Should I use cut, or select field, ""?

Clear is like Cut and Paste. The field it operates upon must be present on the current layout for the script step to work. A much better to way is to use the Set Field (Field, "") script step. This step does not require a field to be visible on the current layout to work.

-bd

  • Author

Thanks, I did just that.

Hi,

From LifeOak: "A much better way is to use the Set Field (Field, "") script step."

Yes, and not only that, it's also faster. In a loop with 5000 records this gives a very important boost! So, better never use the Clear-script again.

Erwin

There is a bit of a trade-off. For a few fields, multiple replace functions can be faster for a large number of records. For a lot of fields, the looping approach is faster. You just have to do some testing. I have scripts which perform some replaces and some looping.

-bd

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.