Skip to main content
Version: Cloud

Survey engine configuration

The Survey engine is a module that runs on top of the Omada Identity Standard Application. To use it, you need to install the survey feature package.

Mail notifications

Survey task notification

You can configure the Survey Template to send task notification emails to assignees at survey launch. This is controlled by a setting in the survey template.

Assignees are not (re-)notified when they are assigned new questions if they already have an uncompleted work item for the same survey.

info

By default, emails are sent using the survey task notification email template. Custom email templates can be used by defining an assigneeMailTemplateId attribute for the workflow steps. The value of this attribute should be the Form Data UID of the mail template that you wish to use.

On-prem configuration
on-prem

You can use different mail templates for individual workflow steps. The default maximum number of emails that can be sent at a time is 50. The number can be configured by inserting the following customer setting into the database by executing a script:

\INSERT INTO tblCustomerSetting([Key],Name,Description,ValueInt,Type,Category)

VALUES ('EventMailMax', 'Maximum emails sent', '', 10000, 0, Mail)

Survey task reminder

You can configure Omada Identity to send reminders to assignees that have open work items in a survey after specified time has elapsed. To enable the reminder, set a time estimate on the workflow step in the survey template.

For published survey templates, you can edit the estimate property directly on the corresponding activity.

Survey reminders are configured to be sent the next time the associated timer is run when less than 8 hours of the estimate remain. Survey reminders are sent using the Survey task reminder template.

Survey reminders are not controlled by the survey task notification setting and will be sent if an estimate has been defined for the workflow step even if survey task notifications have not been enabled.

note

You should never use the standard escalation concept used in Omada Identity Standard Application for survey activities.

Survey reports

Assignees, administrators, and auditors can download PDF reports of the questions for all assignees or use the Select answer responsible filter to create a report for a given assignee.

In the report for a given assignee, only the questions assigned to them are included. Survey administrators and auditors can view all questions.

Download a PDF or CSV report

Follow these steps:

  1. Open the Surveys view via My data > My surveys or Setup > Operations > Surveys.
  2. Click any survey to open it.
  3. Click the Details button for any assignee to open their assignments.
  4. Select the format in which you want to download it.
  5. Select if you want to Download inmediately or Schedule download.
  6. Click OK. If you have selected Schedule download, you will receive an email when it is ready.
note

The Policy check column will not show any information in the PDF report as that is dynamically generated and not saved on the survey object.

Additional survey reports

These sample reports are installed with the module:

  • Omada Identity Survey Assignee Status
  • Omada Identity Resource Assignment Survey
  • Omada Identity Resource Assignment Survey Deprovision
note

If the Survey Reports have been configured for surveys, the Reports button will be available in the Administration tab in the Survey Administration view.

report

Survey Assignee Status

You can see the following columns:

  • Assignee
  • Total (number of questions)
  • Completed (number of questions)
  • Progress in percentage

report

Resource Assignment Survey

This report shows all questions generated for the survey. The columns displayed are:

  • Resource
  • Identity
  • Action
  • Comment
  • When (the date any action was taken)
  • Who (the user who answered the question)

report

Resource Assignment Survey Deprovision

The Resource Assignment Survey Deprovision report only shows the questions where the chosen Action is Remove.

The columns displayed are:

  • Resource
  • Identity
  • Comment
  • Action
  • When (the date any action was taken)
  • Who (the user who answered the question)

report

Enable survey reports

To enable the reports:

  1. Upload the sample reports to your SSRS ReportServer.

  2. Create a shared data source that connects to the Omada Identity database and update the reports to use this data source.

  3. Copy the JavaScript file OIM.Attestation.UI.SurveyAdministration.Reports.js and rename the copy, for example, OIM.Attestation.UI.SurveyAdministration.Reports.Custom.js.

  4. Open the custom file in your preferred JavaScript editor, for example, Notepad.

  5. Change the reportServer, reportFolder, and reportViewerUserIntegrated variables to your local settings. By default, the Integrated mode is set to True.

    var reportServer = 'localhost';

    var reportFolder = '/OIS';

    var reportViewerUseIntegrated = false;
  6. You may need to edit the URL and other settings in the sample script file to suit your environment.

    var reportViewerNative = 'http://' + reportServer + '/ReportServer/Pages/ReportViewer.aspx?';
  7. The Survey Assignee report is available for any report. To make the other reports available you must specify the name of the survey in the dedicated reports section.

    //dedicated reports

    switch (templateName) {

    case "Access review for managers":
  8. Edit the form that is used for the Survey admin view, usually the Type form: Survey.

  9. Click Script Files and add the custom JavaScript file to the list.

report

Custom reports

You can use the sample reports as a basis for developing your own reports for other survey templates.

To do this:

  • Create a new report (.rdl file).
  • Upload the .rdl file to your report viewer.
  • Develop a custom JavaScript that calls the new report.
  • Register the custom JavaScript on the Form for the Survey Administration view for the survey template.

Recalculation of survey assignees

It is possible to recalculate the assignees of the unanswered questions in an active survey. This can be relevant if a survey is long-running and some of the information that was used for the initial assignment of the questions is no longer accurate. For example, the line manager of some of the surveyed users has changed.

In order to set up the nightly recalculation of survey assignees, use the out of the box event definition Update survey assignees.

My Tasks view configuration

Omada recommends that you change the configuration of the My work items view, so that it does not display those work items where the user has already taken an action (set it to No action taken). This ensures that only the active tasks are shown in the list.

Survey security

A newly published survey process template will be available in the list of process templates for the creator of the survey template and users in the System Administrators group. If other users need to have access to launch a survey of this type, the security settings must be changed for the survey template.

Access to process template

User groups that should be able to start a survey process must be given access to the Process Template.

  1. Click the ellipsis menu for the relevant process template in Setup > Administration > Data Management > Process Templates. Select Security from the context menu.

  2. Add the user or user group and set the security as below.

Read permissions to user

Survey administrators must be given read access to the User object in order to be able to re-assign survey questions.

User object in surveys

In some of the standard application surveys, there is an option to select a proposed owner. Normally, users without administrative permissions do not have access to read user objects. Thus, they will not be able to select a user object in this property.

You can change the access modifier in the lookup view for the proposed owner property if you do not want to give access to all the users globally.

Custom logo in survey question report

You can add a custom logo the Survey Question report by adding a customer setting that points to the new logo file.

To do this, use the customer setting SurveyPDFReportsLogo. The value of the setting should be a Base64 encoded logo image that will be used as a logo when exporting Surveys to PDF.

Mass edit

You can use mass edit to select more than one question and answer them at the same time. However, when using mass edit functionality, you can select parent or child questions but never both of them at the same time. In case both types are selected, a warning message will show up.

Enable mass edit

To enable mass edit functionality in the Access request approval survey, follow these steps:

  1. Navigate to Process templates and locate the process template for the Access request approval survey.
  2. Select the Target object.
  3. Press Ctrl + Right-click anywhere on the page and select Form designer from the context menu.
  4. Click on the Survey form section and select Edit.
  5. Remove the text [class=PanelHidden] from the Description field and unselect the Hidden (clientside) checkbox.
  6. Select Add existing property and click Ok.
  7. Select the Enable mass edit property.
info

The visibility and editability of these fields during mass edit can be configured in the Survey template under the Forms tab by selecting Fields from the menu. If none of these fields are set as visible/editable, mass edit will effectively be disabled for the survey.

Background data generation for Surveys

It is possible to queue the generation of survey data for background processing via the timer service. To do that, when initiating a survey, click on the checkbox Generate data in background.

If the checkbox is selected, and you click on the Generate data button, the survey data generation will be queued and processed in the background by the timer service.

After initiating the data generation, you will be directed to the verification step of the survey. A message at the top pops up indicating that data generation has been queued for processing.

Information
  • You can close the dialog box and return to your task on the homepage. The survey task will remain accessible for further actions. Once the data generation is complete, the users who initiated the survey will receive an email notification.
  • If you click the Go back button, the survey will be removed from the queue and will not be processed by the timer service.