Hi all,
My task is to make some changes in EDI Sales Order. Through the Microsoft documentation, I have found that SalesSalesOrderService is the service which is used for creating sales orders. I have checked the Inbound port screen, but not a single service is pointing to this service. There are some other services names EDISalesOrder and SalesOrderCreation, but I can't find these services in Service Group node in AOT.
I want to know which port is calling SalesSalesOrderService in my Inbound Port.
Why ports with names EDISalesOrder and SalesOrderCreation are present, but there are no corresponding services in services group which these ports are pointing at ?
Is it really necessary to have a specific port for SalesSalesOrderService. I mean, it is not required since this is a default service created by Microsoft. If no port is point toward this service then how the EDI Sales Orders are being created ? Someone can explain please ?
If SalesSalesOrderService is the right service for creating sales orders how can I explore its logic. Where the sales orders are being created because I need to write my code right after the sales orders are being created.
Thanks.