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

Sort by account name when opened

Featured Replies

I have a database that multiple employees use to submit their expense reports. I'm trying to write script to only show the records for the employee who logs in:

Get (Account Name)

Find records: name=Account Name

Not sure the best way to do this, so an employee doesn't see everyone else's expenses?

Thx

Hi,

How about setting the 'find' script to run at startup? (File/File Options/then the Open/Close tab where you can set any script to run at startup or closedown).

  • Author

That's what I'm trying to do, but can't figure our how to make a find request that searches based on get function? Here's my example:

Perform Find[Restore]

Find records when:

Employee name: Get(Account Name)

How do I insert functions or calculations in the find request criteria? It only appears to allow fixed values or boolean symbols?

Enter Find Mode []

Set Field [name; Get(AccountName)]

Perform Find []

To answer your question about Find, you can set fields in find mode by scripting (pseudo-code);)

Go to Layout Find

Enter Find Mode

Set Field or Fields

Perform Find

Go to layout List View

However, protecting one user from seeing a record created or "belonging" to another user is typically handled by privilege set record access. For example, users can view a record if the AccountCreated field = Get (AccountName). This supposes that you have the AccountCreated field set to auotenter the Get(AccountName).

  • Author

Thanks

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.