Hi,
When an external system creates a vendor, we want to create it in FO as well
When the vendor is created in the external system, we want to create it in the 8 different legal entities in FO (same number sequence)
We also need to create the same VAT num in 8 different legal entities ( we need to create this first before creating the vendor)
We also need to create postal addresses for those 8 vendors
We also need to create contacts for those 8 vendors
We also need to create bank accounts for those 8 vendors, then update the 8 vendors with those bank accounts
I think we are expecting maybe 10 vendors per day max (so each vendor of those 10, needs to be created in 8 different legal entities) so we might end up with 80 vendors in FO
Would odata be good option?
So when the first vendor gets created in the external system
We can use /data/$batch to create the vat num in 8 different legal entities
Then also use odata batch to create the vendor in 8 different legal entities
And create the postal address, contacts, bank accounts as well in 8 different legal entities
Then update the vendors with the bank account
1. Would it affect performance to use odata or what would be a better option to use?
2. And if it's just 10 vendors per day (but still we need to do lots of calls for each vendor) would odata be an option even if data is not required in real time?
3.What integration method will u use if the data is required in real time?
4. And what integration method will u choose if it's ok to create all of those 10 vendors data at the end of each day (Not real time)
5. If we are expecting 5 vendors per day instead of 10, would your answers for the 4 questions above change?