Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

How to handle record in use via PHP API...???


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

Recommended Posts

Posted

I'm working with eBay's notification system that posts data to my script when auctions end. My script takes that data and updates our FileMaker via the PHP API so we get updates in real-time.

The problem is if there's a user in the auction record at the time the auction ends I end up with error from FM that it can't update because of that.

I tried adding a script into FM with nothing but a commit record step and then I added that to my PHP script at the top using a perform script step but that doesn't seem to be working either.

Any information on how I might get around this problem would be greatly appreciated. Thanks!

Posted

I haven't had to get around this yet, but the following should work (at least in theory)B)

Move the fields that PHP updates to a second table with a 1:1 relationship. Make that table read-only to your users then PHP won't be locked out when it needs to write.

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