Configure badging table data
Register details for a new provider, configure a badging table and import data from the source table to the target table to integrate with the badging system.
Before you begin
The Badging data table is the source table and the Employee Attendance Data table is the target table. The badging data from the source table is imported from a badging provider (for example, the attendance data from badge readers).
Role required: sn_wsd_wc.admin
Procedure
- Navigate to All > Workplace Connectors > Provider Connector Configurations.
-
From the menu, select the application scope icon (
).
-
Select Create New.
On the form, fill in the fields.
Table 1. Provider Connector Configuration form Field Description Provider Name of badging data provider. Source Type Source from where the badging data is collected and loaded into the target Employee attendance table. From the drop-down list, select Table.
Note:If you’re an existing user and have selected the Import from table option in an earlier release to retrieve badging data in your Workplace Connectors instance, the Source Type field is defaulted to Table. If the Import from table option wasn’t selected in your Workplace Connectors instance, then the Source Type field is defaulted to External. The Import from table option isn’t supported in the November ServiceNow Store release.Run frequency Day and time frequency to import data from the workplace system. For example: 5 minutes. The process provider data record picks the records from the badging data table and populates the Employee Attendance table based on the run frequency.
Active Option to indicate that the provider configuration is active. Connector Configuration Select the lookup list icon ( ) and select Badging.
For more information, see Configure connector configuration for badging data.
- Select Submit.
-
In the Provider Executions table section, filter by Last query time.
The Provider Execution table [sn_wsd_wc_provider_execution] stores all the scheduled job execution timestamps. Every time that the scheduled job Process Provider data record runs, this table shows an entry in the Last query time column. The time to import data from the source table (Badging data) to the target table (Employee attendance data) table is updated in the Last query time column.
- Select Save.
- Navigate to All > System Definition > Scheduled jobs.
-
In the Scheduled Jobs Name field, filter data by Process provider data records and select it.
Process provider data records read data from vendor badging data (source table). After processing the badging data, it loads it into the Employee Attendance Data table (target table).
- Select and open the Schedule Script Execution for Provider process data records in the edit mode.
-
Review the Process provider data records form.
If necessary, change or update the Repeat interval timings for the scheduled job.
-
Select Execute Now.
The scheduled job takes the source data from the Badging data table to transform the data in the required format, and place it in the target Employee Attendance Data table.