I have a AIF service create operation that returns the standard create outbound message containing the main table key value. I want it to return more information in fact something similar to what the read operation returns.
Currently it looks like I have to run both the create and then the read operation to do this which seems like a lot of overhead. Is it possible to modify the outbound message? If not what is the recommended way to perform these steps in one operation? Are there any AX examples of this?