-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This is a feature request for a way to optionally Add a different script to use instead of the default, execute date, API script. The reason why this is useful, is it sometimes you want to do something else that’s not standard as part of that script. For example you may want to pre-process the query or post process the results as part of a normal execute date API request.
You wouldn’t want to use a single execute data API request script and your FileMaker file to do all of this because you’d have to have lots of different conditional branching based on the request object that’s coming in. It would be far easier if you could just call a different script for those times that you want special processing or pre-processing or post processing
Makes sense?