Hello IFS Community,
Quick question — I’m investigating the command code “E-mail Customer Confirmation.”
I can see the definition in both the client and the projection file for the action:
EmailCustomerOrder { parameter CustomerRef Text; parameter Contract Text; parameter Email Text; parameter CustomerNo Text; parameter ReportId Text; }
However, where can I find the code or logic that is executed when this command runs?

