i have a update and delete listeners working fine but the create listener is only working for the user who created the object
with condition or without it. same not working.
@mohammad_altoiher you do not receive rt notification because you do not have permission for rest user. AuthenticatdRole and RestRole has the same priority, and if one is DENY, then the operation is DENY. Owner policy has higher priority the system role permission (AuthenticatedRole, RestRole) that it is it works for owners in your case
If the user edits/deletes an object for which he is the owner, the owner policy will have the highest priority, so there is no need to change any permissions yet. So you need to configure permissions to create for the REST user.
In our code this permission was disabled too and everything works.
Have you prepared the app as i asked in the previous post in order we can conduct the test your environment ?