I installed version 9.11 and tried the new Notifications module that works well.
The only problem is that it seems to me that it can only work for the Administrator user or rather only he can send notifications, the others can only receive them.
In the presentation video I think I understood that the module is created by default with this setting but that it can be changed, but I did not find how.
Do you have any information on this?
thanks
Hello DuirOS, I implemented the notification module in user mode. I am sending the notifications correctly from the form that ScriptCase generates by default. However, I created a blank application with a function that performs the same actions as the ScriptCase form, and it doesn’t work! Maybe someone can provide more information about this. (Additionally, I tried implementing the sc_send_notification macro, and it doesn’t work either).
Thanks!
Hi Bruthus, unfortunately I can’t help you with your problem, I don’t have the skills, but can you explain to me what to do to implement the notification module in user mode?
Thanks
Hello duiros!, I was finally able to solve the notification issue through code. Let me explain what I did:
-
I created a user-specific notification profile and integrated it into my project, which has an active security module (though I have modified its original functionality).
-
In an application where I want to send a notification to the users of a specific group, I added a function that I included in an internal project library.
-
This function inserts records into the notification and inbox tables. I found that it is necessary to identify the “sender” with a system user and its works perfectly.
I hope this help.
Thanks.
Hello bruthus, thanks for the reply …
so you have to do all this, …too complicated for me!
I just wanted to send a notification from the standard menu, created by SC, but as a simple user (as you can already do as Admin.)
Thanks anyway