0
Not a bug
Given_Names not appearing in Connector
Given_Names is included in Schema of the Aurion Connector. I can see the attribute has values in Wireshark packet trace as seen below, but no objects have a value in the attribute in the connector.
<AQT_Output>
<Employee_Number>546</Employee_Number>
<Person_Number>546</Person_Number>
<Surname>Lord</Surname>
<Given_Names>Dale Brendan</Given_Names>
<Preferred_Name>Dale</Preferred_Name>
<Salutation>Mr</Salutation>
<Person_Type>EMPLOYEE</Person_Type>
<Employment_Type_Code>CA</Employment_Type_Code>
<Actual_Position_Number>L42368V</Actual_Position_Number>
<Actual_Organisation_Unit_Number>426</Actual_Organisation_Unit_Number>
<Date_Commenced>01-JUL-1999</Date_Commenced>
<Date_Terminated></Date_Terminated>
<Contract_Expiry_Date></Contract_Expiry_Date>
<Leave_Date_From></Leave_Date_From>
<Leave_Date_To></Leave_Date_To>
<Leave_Type_Code></Leave_Type_Code>
<Organisation_Unit_Level_01>APRA Members</Organisation_Unit_Level_01>
<Organisation_Unit_Level_02>Specialised Institutions</Organisation_Unit_Level_02>
<Organisation_Unit_Level_03>Sth West-Melb (SID)</Organisation_Unit_Level_03>
<Primary_Cost_Code>SID310</Primary_Cost_Code>
<Attendance_Type_Code>FULL</Attendance_Type_Code>
<Actual_Location_Code>MELB</Actual_Location_Code>
</AQT_Output>
Answer
Under review
Check the connector configuration and confirm that there's a mapping from Given_Names to the desired field name.
Answer
Not a bug
When you edit your connector settings, does the mapping look like the screenshot here? If so, the problem is that you don't have a GivenNames field in the schema - rename the Given_Names schema field to GivenNames.
OK, that's resolved it. Not sure how the underscore disappeared. thanks
Customer support service by UserEcho
When you edit your connector settings, does the mapping look like the screenshot here? If so, the problem is that you don't have a GivenNames field in the schema - rename the Given_Names schema field to GivenNames.