External catalog setup using cXML in D365 – Part 1
InĀ previous post we had a look at the user experience for the requisition punchOut which uses the new cXML capabilities for the external catalog. In this post let’s have […]
InĀ previous post we had a look at the user experience for the requisition punchOut which uses the new cXML capabilities for the external catalog. In this post let’s have […]
In the July 2017 release of D365 the purchase requisition punchOut capability is back. This existed in AX2012 with a sample protocol handler for OCI and I’ve posted about the […]
The following code changes are made in the merged objects. It’s probably more efficient to add these manually without going through the trouble of trying to merge into you environment […]
Working with a number of customers using both punchOut and having a need to send purchase orders I’m sharing some sample code that you can leverage to add automation to […]
There are times where data might not be formatted correctly or wrong data provided that will cause a purchaseĀ to be returned from the supplier. The supplier will often return an […]
There is a purge function provided on the purchase request form that will allow you to remove the history. As the send status is a record of what you have […]
When you are setting up the purchase send functionality you might want to test the generation of the XML documents before sending them to the suppliers. There is a function […]
The pre-requisite to the cXML Purchase Request send capability is the cXML PurchOut Protocol Handler that you can find details here. You can find the code here https://ax2012r3cxml.codeplex.com/releases/view/630625 For the […]
When using the purchase send functionality there maybe times where an order is confirmed and you might want to stop it from being sent to the supplier. Or an order […]
The purchase order send makes use of a batch job so the user isn’t waiting when they confirmation the purchase order. The batch job will update the status in the […]