You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leads.GetAll() does not work if a lead doesn't have a person record. This field can legitimately be null so needs to be changed to a nullable long on the AbstractLead model.
The text was updated successfully, but these errors were encountered:
GuerrillaCoder
added a commit
to GuerrillaCoder/pipedrive-dotnet
that referenced
this issue
Sep 2, 2021
Leads.GetAll() does not work if a lead doesn't have a person record. This field can legitimately be null so needs to be changed to a nullable long on the AbstractLead model.
The text was updated successfully, but these errors were encountered: