2. Select the required EDI order file and upload. Then it will process the order.
3. File import by Cron
4. Import files at a specified time automatically by using the Cron setup. To run this cron following requirements we need.
* Application
* Parameters Company id and Directory name with full path.
5. In application we call the below function to import files from given directory.
6. Edi_file_import(directory,company id);
7. If file imported successfully, then data stores in to tables and file will be moved to in_archive directory.
8. If file imported fails, then file will be moved to in_error directory.