KenCasser
8 years agoQrew Cadet
API_AddRecord works, API_GenAddRecordForm doesn't.
API_GenAddRecordForm works fine for me when calling it from a webpage, but from my javascript page I only seem able to get API_AddRecord to work, but it doesn't take me to the record after generating it. And, when I try API_GenAddRecordForm from Postman, instead of a qdbapi error report I get thousands of lines of html code. My goal is to generate a new record and then view it in Edit mode from my javascript page. What would be the correct syntax for that API call? Thank you!