Exporter - Sample Files

There are sample files installed with the application, they are accessible from within the application by selecting Help > Sample Files from the main menu.

 

The samples comprise of a collection of importable job files along with a collection of web files used by these jobs to demonstrate the option available when posting exported data to a web page.

 

Sample Jobs

 

Products Per Item
This job demonstrates posting product data one record at a time to a remote web page which updates a database.
 

Products Per Item With Error Response
This job demonstrates posting product data one record at a time to a remote web page which updates a database, it also uses the error response feature to demonstrate how detailed information about any error can be returned along with details on which record failed, this enables you to identify which sage product failed to be exported and why, this can be invaluable when debugging your remote code.
 

Per Item Multiple Tables
This job demonstrates how you can define multiple Sage tables in a single job and post all data to the same page one record at a time, product categories and products are uploaded to the server where the target page updates a database using the uploaded data.
 

Products Single File
This job demonstrates posting product data as a single file upload to a remote web page which updates a database.
 

Single File Multiple Tables
This job demonstrates how you can upload a single file containing data from multiple Sage tables, product categories and products are uploaded to the server where the target page updates a database using the uploaded data.
 

Products Single File With Error Response
This job demonstrates posting product data as a single file upload to a remote web page which updates a database, it also uses the error response feature to demonstrate how detailed information about any error can be returned along with details on which record failed, this enables you to identify which sage product failed to be exported and why, this can be invaluable when debugging your remote code.
 

Show Response
This job demonstrates how you can define multiple Sage tables in a single job and post all data to the same page in one HTTP post operation, product categories and products are uploaded to the server where the target page updates a database using the uploaded data. This job also demonstrates using the "Display page after export" option to allow the page to display feedback on the database update results.