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.

is there a way to do auto-enter serial to record

Featured Replies

Hello,

i was wondering if this is possible. basically, i have around 17,000 records and i want to add auto-enter serial or id to those records already create it. is there a way to do it so that it will be cs-1 to cs-17000.

thanks,

victor

Hi -

Create your text field for your serial number.

Now, in browse mode click into that field and choose Replace from the Records menu. Choose the replace with serial number. Set the initial value to cs-1 and increment by one. Leave the check for update serial number in entry options.

HTH

Easiest way: move to a layout with the serial field on it, click into it and select the Records->Replace menu. Select 'Replace with serial numbers' and enter cs-1.

Safest way: create a script

Go to Record/Request/Page [First]

Set Field ["gID", "cs-1"]

Loop

Go to Next Field

If [ Status(CurrentError) = 301 ]

whatever you want to do if the record is in use...

Else

Set Field ["serial", "gID"]

Set Field ["gID", ""cs" & NumToText( TextToNum( gID ) - 1 )"]

End If

Go to Record/Request/Page [Exit after last, Next]

End Loop

  • Author

Thanks you all.

I really appreciate your help.

thanks,

SolarPunk

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.