
I need to do this behind the scenes in AX through a Class which will be used in a Service. Is there any automation that can help me create a record in AX RetailTransactionTable and the lines with it?
*This post is locked for comments
I have the same question (0)No I don't think any such standard service is available to perform this task.
may be you can create your own service related to this.
Create a Query application object using this table and
follow the wizard to create a service for you
you can find the wizard at following menu
Development workspace > Tools (Menu) > Application Integration Framework > Create document Service
Once you complete the Wizard you will get all the Appropriate classes created along with Service
Use this service to create a Inbound Port
Under following menu
Application Workspace > System Administration > setup > Services and Application Integration Framework > Inbound Port
Once Port is created and Active, you can consume it in third party application to create related data.
Please verify and let me know if need support related to customization.