Grid : the grid list you all ERP.Customer
you have. Column Id
is readonly and Name
can be used to add new row or edit existing
Logs bottom screen : this part list you logs to debug easily. As you can see on this screenshot, we first added a customer
on the ERP.
Then the SyncAPI sent it to Odyssee API (POST
).
The sync ODS=>ERP receives a new Odyssee.Company
(in fact the one 1 just POST
).
Then the SyncAPI detects that this object is already known internally and doesn’t need to be updated
Button Refresh : to be used when something arrives from Odyssee to the ERP (a new Odyssee.Company
or one updated). This button will refresh the ERP.Customer
by fetching them on the database