This page was last edited on July 18, 2018, at 13:16.
Comments or questions about this documentation? Contact us for support!
Software product name | Skills Management |
Version Number | 8.5.x and Above |
Subject | Nice IEX Orgdata Tips |
In order for Orgdata to pull user data from NICE IEX WFM the User must have the following Agent Data Groups (ADGs) or Agent Data Values (ADVs) if these are missing or not unique Orgdata may see the User an invalid and remove them from the import:
There are 3 possible causes of User Hierarchy not being built correctly:
The most common cause for missing data is a mismatch in the mapping of the Orgdata fields with WFM. Most issues can be resolved by checking the field/column names in the Orgdata Config XML for spelling and formatting errors such as:
When mapping Orgdata fields to WFM User data fields the field/column names must match exactly. Some WFM ADGs may contain spaces or special characters.
<ImportSources
CsvFilePath=""
BackupFilePath=""
PostImportSql="">
<Source Type="Wfm" ID="1" MergeMethod="Append">
<Mapping Field="Username" WfmField="EmployeeId" />
<Mapping Field="EmployeeID" WfmField="EmployeeId" IsKey="true" />
<Mapping Field="PositionID" WfmField="EmployeeId"/>
<Mapping Field="WfmUserId" WfmField="UserId" />
<Mapping Field="FirstName" WfmField="FirstName" />
<Mapping Field="LastName" WfmField="LastName" />
<Mapping Field="Email" WfmField="Email" />
<Mapping Field="LMPositionID" WfmField="Team Manager ID" />
<Mapping Field="Site" WfmField="Site" />
<Mapping Field="Team" WfmField="Team" />
<Mapping Field="TrainingPlannerRole" WfmField="Training Planner Role" />