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
I found that if I try to read a deal when someone else has set the person_id to a person that is hidden from me, pipedrive only returns the person_id. This will cause the deserialize routine to fail because the format of the return JSON data does not match the structure of deal class. I don't know the best way to fix this but I was able to add an [onerror] property to the deal class so that I could get the data without generating an exception. I would appreciate a suggestion on the best way to address this issue.
The text was updated successfully, but these errors were encountered:
I found that if I try to read a deal when someone else has set the person_id to a person that is hidden from me, pipedrive only returns the person_id. This will cause the deserialize routine to fail because the format of the return JSON data does not match the structure of deal class. I don't know the best way to fix this but I was able to add an [onerror] property to the deal class so that I could get the data without generating an exception. I would appreciate a suggestion on the best way to address this issue.
The text was updated successfully, but these errors were encountered: