We have customised our Employee form in Zoho People with a number of custom fields, but these aren't being returned by the connector.
For example, we need the "Fee Earner" field...
Here's a sample of the return when I use the raw API:
{
"11455000000787001": [
{
"EmailID": "[email protected]",
"CreatedTime": "1578046576366",
"Employee_type.id": "11455000000005741",
"Address": "",
"Date_of_birth": "",
"Medical_Conditions": "",
"Photo": "https://contacts.zoho.eu/file?ID=20068834338&fs=thumb",
"AddedTime": "03-Jan-2020 10:16:16",
"Marital_status": "",
"Gender": "",
"ModifiedBy": "xxx",
"ApprovalStatus": "Approval Not Enabled",
"Department": "xxx",
"Date_of_DSE_assessment": "",
"LocationName.ID": "11455000000787279",
"tabularSections": {
"Security Clearance": [
{
"Level_of_clearance": "xxx",
"Expiry_Date": "",
"SC_Reference_number": "",
"Held_by": "",
"tabular.ROWID": "11455000003328851",
"Level_of_clearance.id": "11455000001382093"
}
],
"Next of Kin": [
{
"Phone": "0123",
"DependentRelationship.id": "11455000000005771",
"tabular.ROWID": "11455000001345073",
"Name": "Test",
"DependentRelationship": "Father"
}
],
"Employment Documents": [
{}
]
},
"Mobile.country_code": "",
"AddedBy": "xxxn",
"Tags": "",
"Reporting_To": "xxxx",
"Photo_downloadUrl": "xxx",
"total_experience.displayValue": "2 year(s) 3 month(s)",
"Employeestatus": "Terminated",
"Role": "Team member",
"Experience": "2",
"Employee_type": "Permanent",
"AddedBy.ID": "11455000000749079",
"Fee_Earner": "true",
"Country": "England",
"componentValueDisp": "Yes",
"Role.ID": "11455000000002629",
"LastName": "User",
"EmployeeID": "00",
"ZUID": "20068834338",
"Current_Job_Description": "",
"Buddy.ID": "11455000000694127",
"Dateofexit": "",
"Sort_Code": "",
"Other_Email": "",
"Work_location": "",
"LocationName": "Reduced Hours 10%",
"NI_Number": "12 34 56 78 A",
"Nick_Name": "",
"total_experience": "27",
"ModifiedTime": "1647084299075",
"Reporting_To.MailID": "xxx",
"Zoho_ID": 11455000000787001,
"Designation.ID": "11455000000787243",
"Source_of_hire": "",
"Account_Number": "",
"Age": "0",
"Designation": "Consultant",
"Age.displayValue": "",
"FirstName": "Test",
"Dateofjoining": "01-Sep-2020",
"AboutMe": "",
"Experience.displayValue": "2 year(s) 3 month(s)",
"Mobile": "",
"Extension": "",
"ModifiedBy.ID": "11455000000749079",
"Ethnicity": "",
"Reporting_To.ID": "11455000000694127",
"Work_phone": "",
"Department.ID": "11455000000080021",
"Buddy": "xxx",
"Expertise": ""
}
]
}