This feels counterintuitive to me. I want handler triggers on created objects without any additional term
from documentation
How can I trigger handler on every new object in table?
This feels counterintuitive to me. I want handler triggers on created objects without any additional term
from documentation
How can I trigger handler on every new object in table?
The documentation clearly states that the where clause
connector is optional:
Unconditional Delivery Listeners - Backendless SDK for JavaScript API Documentation
How do you create a new object?
The Deep Save
API will not trigger the “RT create listeners”. It uses a completely different system to persist objects.