Job Scheduler (11120 to 11125+): BusinessRule Notification fails AND User A doesn't have access to helpdesk B (UNAUTHORIZED_ACCESS)

Job Scheduler (11120 to 11125+): BusinessRule Notification fails AND User A doesn't have access to helpdesk B (UNAUTHORIZED_ACCESS)

Attached fjar fixes JobScheduler fixes: SD-89181, SD-86732, issue-fix by Pons
    * UNAUTHORIZED_ACCESS (user A does not have permission to access helpdesk B)
    * Business Rules Notification not sent after upgrading to 11122

Compatible builds:
    * 11120 to 11125+ until the build where SD-89181 is fixed

Steps to apply:
    * Place it in "fixes" folder and restart.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Remote read only access to database for Postgres customers

                      Use case: Frequently customers want to connect some reporting / dashboard application like PowerBI or Tableau with our Postgres database server. By default, the bundled Postgres is configured to only listen to the local machine. We can configure to ...
                    • JobScheduler: No Managed Connection (NMC) | SD-102417

                      SD-102417, SD-102111 : Application slowness and NoManagedConnection exception occur in MSSQL setups if more than 8 threads are spawned by JobScheduler. Fixed in 13004. Hence can be used below 13004 versions.
                    • Asset auto assign fails

                      When trying to auto assign Owner for assets if it shows failed for all assets with screen shot like shown below, As you can see from the above screen shot that the Suggested Owner field is Empty for all assets. In such cases, you can observe the ...
                    • Integration with other helpdesk tools

                      Please note that, we do not have direct integration of SDP MSP with other HelpDesk tools like ServiceNow. However if any HelpDesk has APIs for all Create, Update, Close operations, then you can make use of the our APIs and custom triggers to achieve ...
                    • Query to show last conversation and last notification in a request ( MSSQL )

                      Tested in Build MSSQL (14306) Query SELECT wo.WORKORDERID "Request ID", aau.FIRST_NAME "Requester", wo.TITLE "Subject", ti.FIRST_NAME "Technician", longtodate(wo.CREATEDTIME) "Created Time", (select conversationdescription.description from ...