Hello,
I have a general question that is running in my mind related to how PI transports works when multiple developers are working on the same interface. Let me illustrate the cases here...
Let us say Material master extraction interface Proxy->PI->Legacy(fixed length) is in production and running since long.Below 2 cases are related this same interface.
Case 1: CR1 is Developer1 to add an extra 3 fields to existing proxy structure of 10 fields and now it is total 13 fields with one to one mapping only.
This is moved to QA for further end to end testing and did not moved to prod immediately because of other reasons. This Transport #1 contains extra new 3 fields.
Case2: So now CR2 is Developer2 to implement a small logic to the 5th field from proxy structure and moved to QA-PROD as well. This transport #2 contains extra 3 fields and also logic of the 5th field.
Now it's time for CR1(Transport #1) to be moved to Prod, if we move Transport #1 to Prod, 5th field logic related to CR2 will be there or over written with Transport #1 ?
Would like to understand how the transports in PI works if multiple developers are working on the same object (it could be mapping, ICO add/remove receiver).
Thanks