Forum Discussion
SouheilKaram
8 years agoQrew Trainee
Hi Geoffrey,
You can do this easily with QB webhook capability. The only catch is that your http request becomes an https request. Since you already have a button that allows you to update or edit the record, then with a webhook function you can send the above url to your php proxy and include any fields, i.e Device_ID. If you do not have an https server then you might want to execute the url in a popup window to the back-end.
You can do this easily with QB webhook capability. The only catch is that your http request becomes an https request. Since you already have a button that allows you to update or edit the record, then with a webhook function you can send the above url to your php proxy and include any fields, i.e Device_ID. If you do not have an https server then you might want to execute the url in a popup window to the back-end.
GeoffreyHarmuth
8 years agoQrew Captain
I dont have https server, can you elaborate a little bit more on... "executing the url in a popup window to the backend?" I would like to try this