Save absences with JazzAdmins privileges using the Server Side API
Hi everybody,
Currently, the absences can only be set by the users with JazzAdmins privileges, but we need that users with JazzUsers privileges and specific roles can also set the absences through the Web UI or the Eclipse UI. Is there a way to perform the save action with JazzAdmins privileges using the Server API?
This question derived from this one:
I appreciate your answers.
Thanks in advance,
Francisco R.
Accepted answer
as I mentioned in the original topic, I don't think it is possible to bypass the security model.
U might be able to get a new application to work with a crazy dual application model, but not the standard application..
crazy model
new ui -----> web app on same app server as rtc (or nearby)
web ap uses client apis to logon to RTC as special jazzadmin user
normal client apis to change data
U might be able to get a new application to work with a crazy dual application model, but not the standard application..
crazy model
new ui -----> web app on same app server as rtc (or nearby)
web ap uses client apis to logon to RTC as special jazzadmin user
normal client apis to change data