This page was last edited on June 25, 2019, at 10:01.
Comments or questions about this documentation? Contact us for support!
Software product name | Performance DNA |
Version Number | 9.0 |
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" />