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

Is there a way to maybe click a "Clear Fields" button to clear ALL fields (that have been typed in) on a record? I guess this might be some sort of a script or calculation.

thanks,

Harry

I'm sure you don't mean ALL fields, because then why wouldn't you just delete the record?

BTW, You have to specify each field you want to clear. You can clear groups of fields by compiling a script that Sets fields to empty.

Ken

I just had this very question answered by Rigsby. Here are the low downs:

The title of the thread is: Done Gone Bye-Bye, Not

It is currently on pg 2 of Scripts

Script:

------------------------------------------------------------------------

Freeze Window

Go to Next Field

Select All

Set Field Field_Name_Temp

Status( CurrentFieldName) & Status(CurrentRepetitionNumber)

Cut Select entire contents

Loop

Go to Next Field

Exit Loop If Status( CurrentFieldName) & Status(CurrentRepetitionNumber) = Field_Name_Temp

Clear Select entire contents

End Loop

------------------------------------------------------------------------

The trick here is that we not only use the field name to detect the end of the script, but also the repetition number Status( CurrentFieldName) & Status(CurrentRepetitionNumber)

REMEMBER: This script will clear any field (with the exception of calculation fields that are present in your tab order.

mb

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.