RE: Error con XrmServiceToolkit.Soap.Create
Hi
I have translated your question using google translate, correct me if the following translation is wrong
"I currently have a process for sending an SSRS report in PDF by email.
My Javascript is already associated with the button that initiates this action, the issue is that when I execute this action the debugger stops creating the registry. I have been told that I must go through the Ribbon Workbench library associated with XrmServiceToolkit, but I am pretty lost with this issue and I do not know how to do it.
I hope you can support me."
Please make sure the form has the XrmServiceToolkit library added, it also needs JSON and JQuery to work. If the XrmServiceToolKit and all its dependencies are loaded correctly, you should not have issues.
Are you trying the debugger line in Chrome or IE. It should work fine on Chrome.
You can also add console.log("your message") to see if your lines are being executed
And better to use try catch as well if your script fails