The API returns an array of record objects created if the call succeeded, including record IDs. You need to parse this response from the CREATE call to determine if the process succeeded (or failed) and then display what you need.
The API returns an array of record objects created if the call succeeded, including record IDs. You need to parse this response from the CREATE call to determine if the process succeeded (or failed) and then display what you need.
Hi Bill, thanks for the reply! Can you point me to any documentation that describes this process? I understand what you are saying but I don’t know how to implement it.
The create call is fired from JavaScript when the Submit button is clicked, so it creates the record then reloads the page. How do I get the response to display before the page is reset?
Hi Bill, thanks for the reply! Can you point me to any documentation that describes this process? I understand what you are saying but I don’t know how to implement it.
The create call is fired from JavaScript when the Submit button is clicked, so it creates the record then reloads the page. How do I get the response to display before the page is reset?
I probably can’t help any further without seeing how you have implemented the current working code. Paste a snapshot and let’s see where we are.