Neuron
2. Values convertion at integration.
It is very common that each company manages his own products codes , different to those of the supplying companies ,so it is necessary always a translation of those to carry out orders or any other administration type. With Neuron it is possible to automate this task of translation with the additional advantage of managing different sources and formats and to establish conditions for the interconnection..
The company that works sending mails can send its information in the following
way:
subject: Merchandise order
Body: We need 500 units of product X34656 .
What will be received by the supplying company as 500 units of the product with
code 1258
The company that works with files one can send one with the following content:
1000256,150
What will be received by the supplying company as 150 units of the product with
code 1258
and other company that has database can think about certain automation grade
with a SQL sentence that generates a merchandise order when the product reach a
mininal amount in the stock.
select quantity ,auto_req_quantity
from articles where quantity <100 AND cod_art = 'RC00018'
That will be received again by the supplying company as the value that contains
the field auto_req_quantity of the article 1258.