Actions
Bug #6740
closedLinkedIn fields do not map
Description
This is due to the API expending dash delimitered when sending the API request, but it responds with camel case. For example request is sent with first-name and response is with firstName, but the field mapping is looking for first-name and not firstName.
Actions