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.

Auto Enter Serial #

Featured Replies

I need a field to Enter a # starting with 1...no big deal huh.

So I have two feilds. Job_number and Change_number.

Change_number is the feild that will need to change on creation of the record. It needs to look to see if there is a record or records with the same job # and add 1 from the higest Change_number of the same job #. If there is no other record with the same job # then it needs to be 1.

Example

===============

1st record

Job_number = 100

Change_notice = 1

2nd record

Job_number = 200

Change_notice = 1

3rd record

Job_number = 100

Change_notice = 2

4th record

Job_number = 100

Change_notice = 3

Thanks

Devin

Create a relationship based on JobNumber. I'll call it PreviousJob. Sort the relationship by Change_Notice, descending. Then change Change_Notice to be an auto-entered calculation (leave 'do no replace existing value' selected) of

If( not IsEmpty(JobNumber); PreviousJob::Change_Notice + 1 )

  • Author

Thats it....Thank you

I had the relationship part done, but not the calc.

Devin

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.