X# Success story - again
Posted: Wed Jun 24, 2020 4:02 am
Hello,
again I have to share a success story of a succesful X# project.
On Monday, my largest customer started the general use of the wrike.com project managment software.
But this would not be possible without the X# interface module that connects the ERP system of the customer (entirely written in VO using mostly ADS data, but also some DBFCDX tables) to Wrike.
The interface module is written in X# Core dialect (has no GUI because it is a Windows service), uses an internal PostgreSQL database for transient storage, reads and writes to the ERP data mostly through ADS ADO.NET, and the X# RDD. The access to Wrike it though a webservice (unfortunately limited to 100 requests per minute).
The Wrike system does not know concepts like customers, project managers or sales persons, so all these informations need to be written to custom fields by the X# interface service, and all the timelogs the users register in the Wrike system have to be transferred also to the ERP system for accounting.
Wolfgang
again I have to share a success story of a succesful X# project.
On Monday, my largest customer started the general use of the wrike.com project managment software.
But this would not be possible without the X# interface module that connects the ERP system of the customer (entirely written in VO using mostly ADS data, but also some DBFCDX tables) to Wrike.
The interface module is written in X# Core dialect (has no GUI because it is a Windows service), uses an internal PostgreSQL database for transient storage, reads and writes to the ERP data mostly through ADS ADO.NET, and the X# RDD. The access to Wrike it though a webservice (unfortunately limited to 100 requests per minute).
The Wrike system does not know concepts like customers, project managers or sales persons, so all these informations need to be written to custom fields by the X# interface service, and all the timelogs the users register in the Wrike system have to be transferred also to the ERP system for accounting.
Wolfgang