The Electronic Data Interchange (EDI) process of exporting, importing, or doing both functions between two EBMS companies or between EBMS and a 3rd party company can save data entry time and improve data intregrity. Proper configuration and scheduling can automate the EDI process of communicating purchase orders and other forms to suppliers and importing sales orders from customers.
EBMS contains the following options to process EDI:
Launch process from EBMS documents
Configure and schedule process using the Task Scheduler App
Continue with the following instructions if the customer and vendor configuration within each company data set that is communicating using the EDI tool. Review EDI Overview for vendor and customer configuration instructions.
Scheduling the EDI imports or exports is a powerful to in creating a seamless process to communicate data from one company to another. Use the following URL settings within the Task Scheduler App.
URL Format: ebms:dbscript?UserName=administrator&Password=&DataPath=C:\\Shared\\MyDataset&ShowUI=true&command=ExportDocToEdi&p1=doc_type=S&p2=doc_id=12345
doc_type:
doc_id: the key field value for the document such as an invoice number
URL Format: ebms:dbscript?UserName=administrator&Password=&DataPath=C:\\Shared\\MyDataset&ShowUI=true&command=ImportFromEdi&p1=doc_type=S&p2=id=BUSAME&p3=action=2
doc_type:
ID: EBMS vendor or customer id
Action:
Review Automate using Task Scheduler App for instructions to schedule the activation of either URL using the Windows scheduler.