I’m attempting to use the SDK.REST method to update a record, however it isn’t working and apart from putting some alerts on the success and failure functions i can’t find out why it isn’t working.
Is there a way that i can capture the actual error message that this would return?
Thanks
Try using the developer tools (F12) to set a breakpoint in the failure callback and inspect the xhr param for more info. What are you seeing in the alert? Post some code and error details if that doesn’t help.