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 8168 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hello. I am attempting to trigger an event when a new record is added to my database from our web interface. I am using the Oazium Events Plugin which in turn is supposed to run a script that calls the Troi Coding plugin to encrypt a field. I can get the event to trigger when I am working directly with the Filemaker Client, but not when the submission comes from the Web Companion. I am relatively new to working with Plugins. Is there something I am missing here?

Posted

1. Is your "web interface" IWP or CWP?

2. " ...is supposed to run a script... ". ScriptMaker is single-threaded. It handles one event at a time. It does not queue subsequent requests during the running of an event. Because browser solutions allow multiple requests, what will occur to your script if more than one request is made upon it in a near-simultaneous manner?

Posted

What we do here is have 2 fields... When creating a new record we set a flag field to a "1" then we use a calculation field [if flag field = 1 external oaziumevents trigger script etc....] seems to work fine if you need more details let me know

Stu

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