Harry Chuks wrote:1. What exactly is an external system and how does it relate to SUD.
2. Can an external system be connected to thesame database as the SUD.
3. In modelling, is the BDM sometimes shared with the external system as well as the SUD. i.e for an external system to fulfill a request from the SUD, can it also access the thesame datasource as the SUD to get the data that it needs and then sends back the result to the SUD or must the data be sent by the SUD as part of a request-response
1. External system is a system outside, not related to your SUD. As if it is a black box. All you know is some API to interact with it. You can assume an API to interact with the external system. Examples of external system are inventory system, payment gateway, etc
2. The data source for the external system is different from the one used in SUD. As mentioned above, external system is not part of the SUD.
3. The model is different too for the external system. Surely the SUD and external system may both have an entity can Product but the attributes in it may differ.