I have two addons which may create database tables / user defined fields if don't exist. Now my experience is (at least it appears so) that SAP B1 starts two add-ons at the same time? This could mean that the two add-ons could create database fields concurrently, so they may conflict if they access the same tables (I got an error message if both add-ons create tables or fields)..
Am I right with this? If Yes, how can i avoid this (so that SAP B1 waits with the second addon until the first addon has completely started up)
Regards,