Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a invoice database with a related table for line items.

The line items are added by the user in a portal on the invoice layout. (via relationship "allow creation of records in this table via this relationship")

The problem occurs when the user adds a line item, the script symbol comes up and it takes about 18 seconds! I have a script that basically duplicates the line item above. When the script adds a record it is almost instant.

FYI I am running this solution on 3 machines with one of the machines hosting the database (no server software)

Any suggestions

Posted

If there are lots (tens of thousands) of records in the line items table, one thing to look for is any fields with "Unique" ticked in the data validation. This can slow things down in the manner you describe.

James

Posted

Yes, there is a serial number for each line item, but I don't see any field with the unique value checked.

There are 50,000 records in the Line Item table

Posted

when I run the script in debugger it moves right along until it gets to the new record/request step, then it takes a little bit of time. Does anyone have any suggestions?

This topic is 5206 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.