Jump to content
Server Maintenance This Week. ×

Auto enter


This topic is 5295 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Can I ask why you don't want to use an auto enter option for the key?

The hard part about not using the auto enter is making sure every key is unique.

You could set the key field to:

Filter( Get ( CurrentTimeStamp ); "1234567890")

Assuming that your script will not be running by multiple users at the exact same time, this could work. But, it's not bullet proof. An auto enter is a much better option.

You could also add the account name to the key to make 100% sure it is unique:

get(accountname) & Filter( Get ( CurrentTimeStamp ); "1234567890")

But it will make your key longer. Hope this helps.

Makah Leal

Soliant Consulting

http://www.soliantconsulting.com/apps/filemaker/

Link to comment
Share on other sites

Use field-level validation to ensure the key is not empty and unique. FMP won't let the record be committed (saved) unless the validation is satisfied.

Link to comment
Share on other sites

This topic is 5295 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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