Can’t see Purchase Orders in Dynamics AX 2012 POS
While testing the Picking and Receiving feature in POS for a demo, the Purchase Order that I had created in Dynamics AX 2012 does not display in POS.I have created a Purchase Order line using the Site...
View ArticleDynamics AX 2012 for Retail: Items not showing in POS
I recently came across a case where items were no longer showing up at the POS terminals. Running A-1040 and N-1040 jobs processed successfully with no errors, but items still wouldn't show up in POS....
View ArticleUnable to connect to the Transaction Service - The case of the missing or...
Multiple operations within the AX for Retail POS application rely on the Retail Transaction service to perform real-time lookups against the headquarter database. This includes inventory lookup,...
View ArticleMicrosoft Dynamics AX 2012 Retail Statement Posting Error: Account number for...
When posting a statement in Dynamics AX for Retail Headquarters, if accounts are not setup properly the following are a couple errors that can occur: Account number for transaction type Customer...
View ArticleP job Error 32769 in Retail Store Connect
When fetching data from the StoreDB you might see this message. The reason is normally configuration keys or added system fields. By adding the code suggestion, the system will report all the columns...
View ArticleDynamics AX 2012 Retail: How to add a “SalesPerson”-operation to the Retail POS.
IntroductionThe payment of commission for services or products sold is a common way to reward sales people.The purpose of this blog post is to provide some guidance and inspiration as to how one might...
View ArticleAX for Retail 2012 R2: Run-down on Log Files
Logging and tracing has changed quite a bit between AX for Retail 2009 and 2012 R2 so an updated version of my AX for Retail: Run-down on Log Files article is somewhat overdue. Hopefully this will be...
View ArticleAX 2012 Retail: Customizing deployment of a new store.
Title: Customizing deployment of a new store. AX2012 comes with a lot of predefined A and N jobs that can be used to push data when deploying a new store or updatingexisting stores. These jobs works...
View ArticleAX for Retail: Managing and Maintaining POS Customizations
One of the most challenging aspects of an AX for Retail deployment that we in Support help out with is dealing with ongoing maintenance of POS customizations.The AX for Retail POS application was...
View ArticleAX for Retail 2012 R2: Hidden POS operations
There are several POS Operations which not visible by default. The form Operations (Retail - POS - Operations) has a default filter, so that only records where "User Operation" is marked are shown.If...
View ArticleUnable to close shift due to records in Offline database
Title: Unable to close shift due to records in Offline databaseDescription:The cashier is unable to close his shift because there are transactions that are nottransferred from the Retail Offline...
View ArticleAX Retail: Follow the Progress in converting Preaction to Action
Description: Simple sql script to catch the number of actions generated (A-JOBS) --RETAILCONNPREACTIONTABLE Tracking with percentage calculationSELECTcount(*) AS RecordCount...
View ArticleAX for Retail POS Credit Card Authorization is failing with the error: "The...
In support, we have seen a few cases where processing credit cards in POS generates the following error, when Payment services is setup correctly: The authorization could not be completedError code:...
View ArticleOversettlement error when posting a Retail statement in AX 2012 R2
Posting Retail Statement Generates the error: "Update for voucher XXXXX has been cancelled to avoid oversettlement. The settled customer or vendor balance for the transaction must not exceed...
View ArticleAX for Retail 2012 R2: Using the Extensions folder for POS Customizations
[Update: 2013-09-28] For the Extensions folder to function properly the POS must be build 6.2.1000.1629 or higher. Install KB 2857746 or Cumulative Update 6 to get this fix.One great feature we...
View ArticleAX for Retail 2012 R2: Using Multiple Blank Operations and Triggers
If you have done any POS development for AX for Retail you are already pretty familiar with the Blank Operation, as it is one of the primary ways to extend the product (see AX for Retail: The Blank...
View ArticleAX 2012 Retail: Statement vouchers on customer orders
We have encountered that when posting a retail statement containing one customer sale order and one POS cash sale, only one voucher is created for the cash sale, as the voucher for the customer sales...
View ArticleAX 2012 for Retail - Stuck transaction when loading POS
There have been a few instances where POS crashes while processing a payment for a transaction. In normal circumstances, this transaction is displayed when POS is started again and you are able to...
View ArticleAX 2012 R2 for Retail - Configuring POS for test mode with Dynamics Online...
There is not an option within the POS Hardware Profile to set the POS into test mode for credit card processing tests. Thus we need to run scripts to update the hardware profile in the POS database to...
View ArticleAX for Retail 2012: Daisy-chaining Blank Operations
In a previous article I showed how easy it is to write a blank operation to add a specific item to a retail transaction:Application.RunOperation(PosisOperations.ItemSale, "0110"); It doesn’t get much...
View Article