Enquiries about Med Dev Sterilization - How do I identify the source of the psSterilization service?

0
Hi everyone, does anyone have a point of contact for the 'Med Dev Sterilization' package developer? I'm trying to identify the source of the 'psSterilization' service. Since it isn't part of the Out-of-the-Box (OOB) functionality for executing a Sterilization Load, I need to understand the logic behind recent changes to the service name. Any leads or documentation would be greatly appreciated.
asked
1 answers
0

If this module had been built by Mendix or a Mendix partner, it would most likely be on the Marketplace and you could easily find the vendor there. From the link you shared, it’s hard to identify any vendor information, so the most practical option is to trace it inside the project.

 

Start in Studio Pro by checking which entity sits behind the "Camstar Services" screen and which microflows create or update that configuration. A quick Project Search for things like psSterilization, SterilizationService.svc, or CamstarWCFServices usually gets you to the right place.

 

After that, look at the Git history or blame for the relevant files to see when the service name changed and who made the change. If the value is stored as data rather than in code, find the microflow that saves it and check fields like ModifiedBy and ModifiedDate.

 

Once you know who made the change, you can reach out to them directly and ask where the service name came from. Most of the time it traces back to a Camstar document, a WSDL change, or an integration decision on the Camstar side.

answered