Dynamics User Group
Dynamics User Group
  • Site
  • User
  • Site
  • Search
  • User
Dynamics 365 for Finance and Operations/AX User Group
Dynamics 365 for Finance and Operations/AX User Group

OrganicAX

  • Forums
  • Blogs
  • More
  • Cancel
  • New
Dynamics 365 for Finance and Operations/AX User Group requires membership for participation - click to join (it's free)
OrganicAX
Lachlan Cash's OrganicAX blog
  • Home
  • Subscribe by email
  • More
  • Cancel
  • Posts RSS
  • Atom
  • More
  • Cancel
Monthly archive list
  • February 2017 (36)
  • January 2017 (14)
  • December 2016 (5)
  • November 2016 (11)
  • September 2014 (2)
  • December 2013 (1)
  • October 2013 (1)
  • December 2012 (3)
  • November 2012 (2)
  • October 2012 (2)
  • September 2012 (2)
  • November 2010 (6)
  • June 2010 (1)
  • January 2010 (2)
Related
Related Tags
  • AX VM Tips and Tricks
  • AX VPC Tips and Tricks
  • Budget
  • Budget Control
  • business intelligence
  • cXML
  • Development
  • Dynamics AX
  • ERP Projects
  • General ledger
  • inventory cost
  • microsoft Dynamics ax
  • Microsoft Dynamics AX Technical Conference 2011
  • Procurement and sourcing
  • Product information management
  • Project Accounting
  • Project Management and Accounting
  • Purchase Order
  • Purchase Requisition
  • Refresh 3_5
  • Refresh 4
  • Request for quote
  • RFQ
  • Uncategorized
  • Workflow
Blog post list
  • Tags
  • Subscribe by email
  • More
  • Cancel
  • Product Master Release in Batch.

    Lachlan Cash
    Lachlan Cash
    If you are setting up items for a legal entity you might have a lot of items to release. So you might want to consider releasing them in batch. This way the server can do the work and you can get on and do other things. However if something goes wrong you might want to review the error message. This is where the open product releases form comes in to play. I will give you items that error if they can’t be released and you can review the infolog to see what the message might have been. Here is... Read the full text.
    • 2017-2-13
    • Mirror post
    • Product information management
    • Release Item
    • 1105 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • RFQ Scoring method

    Lachlan Cash
    Lachlan Cash
    When working with suppliers sometimes you might want to value a relationship over price if the quality or the delivery performance is good. When setting up an RFQ you might want to setup a evaluation criteria that can allow you to capture some data beyond just the price. You can setup your own criteria with the scoring method. Then you can use this to update the bid entries with your internal data. Here is a quick overview AX2012 R3 CU11 Cheers Lachlan Filed under: Procurement and... Read the full text.
    • 2017-2-10
    • Mirror post
    • Procurement and sourcing
    • Request for quote
    • 1280 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Send – Merge objects overview

    Lachlan Cash
    Lachlan Cash
    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 and there are only four objects to modify with some minor changes. VendTable. There changes to the VendTable are minimal with the addition of a new field. First modify the VendTable. There is a new field here called cXMLOrderEnable which is based on the EDT cXMLOrderEnable which is included in the CXMLPurchaseRequest... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 1005 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Order Request Send AX2012 R3 V1

    Lachlan Cash
    Lachlan Cash
    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 your AX2012 environment for sending purchase orders to suppliers. I’ve released a follow-up to the cXML PunchOut Protocol Handler for AX2012 R3 with the addition of a purchase order sending capability. You can find the sample code here https://ax2012r3cxml.codeplex.com/releases/view/630625 If you are working in procurement... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 1023 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Send – Reviewing Data Errors

    Lachlan Cash
    Lachlan Cash
    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 message that will give you an indication of what data is incorrect. This could be a missing part number, wrong contact information, missing address information for example. The purchase request form will allow you to see the errors. You can see and filter on the orders that have been return with an error and then address... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 921 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Send – Purge

    Lachlan Cash
    Lachlan Cash
    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 communicated to a supplier you probably don’t want to just delete it. But you will need to clean up the amount of records you are storing live in the database to avoid growing the database unnecessarily with old data. You will need to provide a path and file name in the cXML parameters form. When you use the purge button it will take the records... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 745 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Send – Generate cXML

    Lachlan Cash
    Lachlan Cash
    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 provided on the purchase request form that you can use to generate the cXML which will allow you to review. This is handy if you have turned off the live send in the cXML parameters and don’t have the batch job running and just want to generate the output for one purchase order. Here is a quick overview AX2012 R3 ... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 1214 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Request Send – Download and setup notes

    Lachlan Cash
    Lachlan Cash
    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 purchase request send there are two projects. One is a project with just new objects and the second is a project with objects that you will have to merge as they touch existing AX objects. The assumption is you know how to create a model file, label file and import XPO... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 787 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Send – Stop and Re-Submit

    Lachlan Cash
    Lachlan Cash
    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 was return with an error message and you want to re-submit it. There are two functions provided on the purchase request form that you can use to control this. Here is a quick overview AX2012 R3 Refer to this post for an overview of the cXML Purchase Order Send. https://organicax.com/2017/02/08/cxml-purchase-order-request... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 757 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • cXML Purchase Send – Batch Job

    Lachlan Cash
    Lachlan Cash
    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 purchase request form so you can review this for sending status and if there are errors returned from the supplier. Here is a quick overview. AX2012 R3 Refer to this post for an overview of the cXML Purchase Order Send. https://organicax.com/2017/02/08/cxml-purchase-order-request-send-ax2012-r3-v1/ Cheers Lachlan Filed... Read the full text.
    • 2017-2-9
    • Mirror post
    • Procurement and sourcing
    • Purchase Order
    • cXML
    • 826 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
>
  • Microsoft Dynamics 365 User Groups

  • Dynamics 365 Business Central
  • Dynamics 365 Customer Engagement
  • Dynamics 365 for Finance and Operations
  • Power Platform
  • Microsoft Dynamics User Groups

  • Dynamics AX
  • Dynamics CRM
  • Dynamics GP
  • Dynamics NAV
  • About
  • Contact us
  • Frequently asked questions
  • Terms of use
  • Privacy policy
Copyright 1995-2021 Dynamics User Group, all rights reserved.
EU Cookie Consent
  • DUG Home
    • Contact DUG
  • Dynamics 365 for Finance and Operations/AX User Group
    • Forums
    • Blogs
  • Dynamics 365 Business Central/NAV User Group
    • Forums
    • Blogs
    • Wikipedia
    • Events
  • About DUG
    • Announcements
    • Frequently asked questions about DUG
    • Membership service
    • Advertise on DUG
    • Become a DUG sponsor
    • Follow us on LinkedIn
    • Follow us on Facebook
    • Follow us on Twitter
  • More
  • Cancel