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

  • Newbies

Hi,

My first post so please be gentle...

I'd like to get a script trigger to fire for records which are updated via a CSV or Excel file import. I've written the script and it works fine when I update a record on a layout for a single update to the record - the record commits as intended when I click away or go to the next record in Form or Table view, but when I perform a mass update of the records via an external file, the script trigger doesn't seem to fire (or at least the operations within the script haven't happened).

Am I doing something dumb here, or is this not supported?

Thanks

Nick

What you describe is the normal behavior.

In general script triggers trigger on user actions. Bulk tasks like importing and exporting do not trigger the script triggers on individual records.

You probably need to run a new script after the import finishes and have that new script loop over all of the imported records (they will be the found set after a successful import) running your normal script for each record.

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.