This page was last edited on August 8, 2018, at 19:02.
Comments or questions about this documentation? Contact us for support!
Software product name | PerformanceDNA |
Version Number | 8.5.x and Above |
Subject | Teleopti Orgdata Tips |
In order for Orgdata to pull user data from Teleopti WFM the User must be in a Site and Team. Due to the API calls Orgdata can only request User data based on Site and Team assignment.
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 Optional Columns 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" />