Hi
i have a service that create objects in data table and i have an event set to the table to check if the record already exist and block the new record creation.
event work when creating data from the REST API but not from codeless
Hi Mohammad,
At the present moment invocation of business logic (event handler) from another business logic (API service) doesn’t work.
Regards,
Mark
bumer
codeless is the main reason i went backendless
hope this on the road map soon
It is not just codeless. The same restriction is with Java and JavaScript. The reason it is there is to prevent developers from creating circular dependencies in the code execution. You still should be able to refactor the code to accommodate your use-case.
codeless have the execution time limit (witch i already have the extension) and im afraid i will reach the limit 25 sec if i add extra logic. is there a way to buy faster execution time or buy more execution time?
Longer execution time is available only with Backendless Pro and Managed Backendless.
Hi,
Sorry to post in an old thread, but just wanted to confirm, if it is still the case that you cannot invoke and event handler from another BL - API Service?
As I’ve been trying to get an event handler to run, after another BL API service, with no luck.
Thanks