DeepaKesavalu
9 years agoQrew Cadet
API_RunImport Help
I'm able to do a successful import of data by a button click from one app to another using a saved Import.
After the button is clicked, the results are displayed in an XML format (shown below)
=====================================
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_RunImport</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<import_status>1 new record was created.</import_status>
</qdbapi>
===============================
How to display the message in a friendly format....like display the results in a form which shows the user how many records have been imported.
Any help appreciated.
Thanks.
After the button is clicked, the results are displayed in an XML format (shown below)
=====================================
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_RunImport</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<import_status>1 new record was created.</import_status>
</qdbapi>
===============================
How to display the message in a friendly format....like display the results in a form which shows the user how many records have been imported.
Any help appreciated.
Thanks.