Forum Post: Create default dimension with "Fixed value" on a main account
Hi everyone, I would like to know if it is possible to create a default dimension with fixed value on a main account using x++ code. So far, I have been able to push a department value to the main...
View ArticleForum Post: RE: problem with printing route card AX 2012 R2
In regards to the "no printers installed" error, has anyone figured this out? We can print route cards straight to the printer for one work order, then the next released work order we get the "no...
View ArticleForum Post: RE: print shelf depend on agreement sales
Hi Mohammed, About the error: you need to move variable declaration ( PriceDiscTable priceDiscTable; ) to the very beginning of your method. AX doesn't allow defining new variables in the middle of...
View ArticleForum Post: RE: print product labels in MPOS
Hi Laura, Looks like this operation is not implemented in MPOS: I didn't find it in the list of supported operations in MPOS source code. Regards, Oksana
View ArticleForum Post: RE: Retail SDK Entity Schema Update
Hi Mohammed, Are you customizing MPOS or ePOS? In case of MPOS you should use ExtensionProperties of data entity (Microsoft samples are good to have a look). In case of EPOS you can store new fields in...
View ArticleForum Post: RE: Get network domain of ax2012
The domain of the user is the NetworkDomain field on the UserInfo record. AX doesn't have a domain. The machine running AX will be part of a domain, and you can get that from the environment variables...
View ArticleForum Post: RE: Style Dimension is not updating in POS (Picking and Receiving)
Hi Shadab, This can be a bug in standard POS code. What I see in SDK is: POS doesn't read 'Style ID' from XML received from AX (this XML contains Transfer order information). As the result, all 'Style...
View ArticleForum Post: RE: public barcode reader in supermarket
Hi Mohammed, You can also use POS store database to fetch the price. As for me, this is not great idea to touch AX every time when customers wants to check the price. In standard POS you can have a...
View ArticleForum Post: RE: ModelStore Export Import vs. SQL Backup Restore of MODEL DB
I was thinking about a way to quickly recover from a bad model store move if problems were encountered in production after the update. Normally we would export the current model store first, then...
View ArticleForum Post: RE: public barcode reader in supermarket
Yes... If you have retail (which you probably have) then the price check looks to be a nice off the shelf solution.
View ArticleForum Post: RE: default warehouse settings for production order completion
Your production order will default to the settings for the inventory. There is no production inbound setting in R2. WHS in R3 might have a solution, but for R2 you need to set default inventory...
View ArticleForum Post: RE: Integration AX to Oracle (AX 2012)
Export to CSV and import that to Oracle EBS with what ever tool they have for import. I believe ODBC is not supported with Oracle (thou I might be horribly wrong on that)...
View ArticleForum Post: Workflow Changes All the Prior Approved PR Changes the Status
Hi, I have a strange problem facing with one of my client, on a periodic basis they are changing the workflow whenever they change the workflow all the approved PR will reset their status. Can anyone...
View ArticleForum Post: Real-Time service cannot connect to head office
I must be forgetting something in my initial setup.. For some reason I can't get the Real-Time services to work between HQ and POS. I'm getting the below error on the POS when trying to utilize the...
View ArticleForum Post: RE: Distribution schedule
Hi Malcolm, Yes I have initialised it. This is a demo installed but currently I had created new employee and assigned to Seattle outlet. - USRT. What I did was created job assigned to position and...
View ArticleForum Post: RE: Workflow Changes All the Prior Approved PR Changes the Status
Do you mean all the Purchase Requistions are going back to Not Submitted status once you change the configuration ?
View ArticleBlog Post: Printing a barcode for testing
If you are just starting out with AX and wanted to play with the warehouse mobile device and do some testing. If you don’t have any barcode label software and a special label printer but you have a...
View ArticleForum Post: RE: modifiedField() - temporary table
I've been trying to add restriction to a checkbox (select for arrival) from WMSArrivalOverview form. First of all users must select the earliest record (if exists) with the same vendor, item number...
View ArticleForum Post: PCI - Voice Network Traffic
I thought the PCI recorded session was great. But it would've been even better if voice was addressed. In a call center a customer is typically giving the credit card over the phone. With VOIP this...
View Article