Hey Pray,
in the javascript that passes the value for code into the triggered CAPI, I assigned a hardcoded value to "registration_parameters.code" and still got the same nondescript error.
The page you linked to answered some questions, but didn't have the level of documentation I want. I was looking for more something like the documentation on this page:
http://docs.runmyprocess.com/API_Reference/FM/Utilities.html
I'd like to see each parameter clearly spelled out, what type of data is expected for each, and what each parameter is used for. From the previous link you sent me, I can assume the first parameter is a JSON object that matches the input field for the CAPI. I am guessing the third and fourth parameter are names of success and failure functions for if the CAPI succeeds or fails, but what will determine if the triggered CAPI succeeds or fails? I see for the second field you pass an empty JSON object called options. What types of options are possible to be passed into it, and what do the options do?
How can I differentiate if the error is in the CAPI, or if the error is in the connector called by the CAPI?
Thanks,
Michael Coleman