RE: AX7 database synchronization failure
First I created the model "P97Model" in layer USR. Then I customize one menu by right clicking on the menu (Customize), this add the menu to the project. Next I right click on the project, create a new...
View ArticleRE: Customer settlement creates unwanted ledger transactions in Ax 2012
HI Sarita,You are not telling all details. Are there currently unsettled customer transactions where the customer transaction has one or more dimensions? If you try to settle them after you changed the...
View ArticleCustomer settlement creates unwanted ledger transactions in Ax 2012
HiWe have a situation where the settlement of an invoice results in the posting of ledger transactions.We are unable to reproduce in our testenvironment, and are unable to find any differences in the...
View ArticleRE: R2 to R3 Upgrade Installed Models
Hi Mohammed,Can you explain your last comment? There are objects in this model? Can you see changes saved in the USR layer? Or are all objects free from changes? What do you mean with "How can fix this...
View ArticleR2 to R3 Upgrade Installed Models
Experts,I have completed upgrading from AX R2 to R3 CU10. when i checked installed models, it shows "usr" layer twice in the list,screen print attached. I want to confirm, if all the layers are...
View ArticleRE: AX7 database synchronization failure
I mean that the whole box doesn't seem to be configured correctly. Where did you get it?
View ArticleRE: Inventory Serial Number
what are you looking for ? Do you need to join these tables and get the serial Id as display field in SalesLine in Ax ?Try this . InventDim::find(SalesLine.InventDimId).inventSerialIdor Select...
View ArticleInventory Serial Number
Dear ExpertI want to get Serial Number of item selected in SalesLine image is attachedInventDim invDim;invDim.inventDimId="ARM-005443"; //IT SHOULD RETURN M453 (AS SERIAL NUMBER)invDim =...
View ArticleRE: Free Text Invoice - Create corrected invoice - Reason code
I had this same issue. I had to go into Organization Administration>Setup>Financial Reasons. For the Reason Code to be available for the Free Text Invoice Correction, both the Customer and Ledger...
View ArticleFree Text Invoice - Create corrected invoice - Reason code
I am trying to create a Corrected invoice for a posted Free Text Invoice. I've selected an invoice and clicked on the Action button for Correct invoice.Can anyone tell me how to create a Reason code?...
View ArticleRE: Upgrade AX 2012 R2 CU7 to AX 2012 R2 CU9
Hi Muneeb,There are two options: 1) Ask the vendor for an updated VAR model before continuing and then select only the CUS layer and run the code merge job.2) Update the VAR and the CUS layer both...
View ArticleUpgrade AX 2012 R2 CU7 to AX 2012 R2 CU9
Hi,I am currently using AX 2012 R2 CU7.I wanted to upgrade it to AX 2012 R2 CU9. I have downloaded the Hotfix from PartnerSource but it contains 2 files,- KB3092626_BinaryOnly-KB3092626A lot of...
View ArticleRE: POS search on multiple keywords
Hi Laura,Are you using ePOS or MPOS?ePOS has standard search by attributes, but as I know, this search cannot be accessed using POS buttons / POS layout - additional development is needed to make this...
View ArticlePOS search on multiple keywords
Hi,I have the following scenario. I was able to add attributes to my products and see them in my POS. Now I can search on them BUT lets take the following scenarioAttribute 1 value A -> 500...
View ArticleRE: Change default URL on AX7 onebox?
Hi zibi,Why would you want to change it? It is not an AAD error, but a misconfiguration.
View ArticleChange default URL on AX7 onebox?
Has anyone been able to successfully change the URL on the AX7 VM from the default:https://usnconeboxax1aos.cloud.onebox.dynamics.com/to say, https://localhost or something to that effect? I was trying...
View ArticleRE: To check payment created or not with respective to SalesID and InvoiceID...
HI Gopal,Can you elaborate? How are you entering and posting the payments? Using general journals? Payment journals? Usually when a payment is posted and settled, you can see the remaining amount on...
View ArticleRE: DMF Error: Unable to run Staging data execution job.
The code in line 282 is DMFEntityBase::utcTimeZoneConversion(staging,conPeek(methodResult,j),targetMapMethod,entityDictField);Its standard code. The error is because the value for 'j' in conpeek is way...
View ArticleDMF Error: Unable to run Staging data execution job.
Hi,Please find below the details:Error description: While pulling the data in staging, by running the Staging data execution job, facing the below mentioned error. Steps tried:1) Did compile forward...
View ArticleRE: Retail : payment charges on cash payments
Hi Nary,Looks like the scenario you describe is not supported by standard POS, so you need to customize your POS.Regards,Oksana
View Article