Hi, Team,
After testing the new 14.740 upgrade, I found an error when using Add Request API.
I'm using a global function which is getting some information about a request and then, this information is used to create another request and link it to the original one.
The issue here is that I was gathering all requester information with requestObj.get("requester") and with version 14.740, if you missed "department.department_head" (if there is no information about who is in charge of the requester's department), you will get a JSON error.
As a workaround, I'm selecting only the useful information (email, name, and ID) instead of getting all the information about the requester. Doing it, it's working.
Thanks.