Forum Post: RE: R3 upgrade compilation errors
Yes when i ran setup on test system it generated R3Upgrade_Baseline DB. Since i have only "USR", "SYP", "SYS" Layers. I have to set working layer as "SYP" and start code upgrade ?
View ArticleForum Post: RE: Updating Analysis Services Project error
as you can see, you use SQL standard edition, that is at least the error,
View ArticleForum Post: RE: The CIL generator found errors and could not save the new...
at least restart the AOS and do a full CILL again be Shure no batches are running
View ArticleForum Post: RE: Unable to call method, the ActiveX control is not fully...
To solve this error: 1. Close Axapta 2. Copy the “smmPhone.ocx” file from this path : C:\Program Files (x86)\Microsoft Dynamics AX\Common and paste it here: C:\Program Files\Microsoft Dynamics...
View ArticleForum Post: RE: error while deploy SSAS Cubes >>> Kpi [General ledger...
all off , and SQL and Ax Installed in the same machine
View ArticleForum Post: RE: Sending an Open customer invoice electronically
did you use the R3 exchange integration? otherwise it Is client outlook integration or COM stuff on the AOS technet.microsoft.com/.../aa834374.aspx
View ArticleForum Post: RE: error while deploy SSAS Cubes >>> Kpi [General ledger...
ok final check is the project changed in the AOT?
View ArticleForum Post: RE: AX7 can't be displayed
No, the build was ok, sync ok, exists more than one extension for the same table in diferents models and it was working ok and showing the information in form but one day stop to work. I was searching...
View ArticleForum Post: How to run a duplicate payment invoice report in AXR3?
Hi, Does anyone know how to catch duplicate invoices that were entered twice by transposing numbers or some human error mistake? I know they do not allow 2 of the same invoices to get posted to the...
View ArticleForum Post: RE: Centralized Payments Hierarchy
Ok, is not exactly centralized payments, what my costumer needs is the possibility to mark or settle payments from another companies in a sales order. • I have 3 companies (A, B and C) • A payment from...
View ArticleForum Post: RE: AX 2012 Management reporter installation fails
If you are trying to deploy using the Dynamics AX 2012 setup, I'd recommend instead downloading the latest build of Management Reporter and using the Management Reporter installer in the download. As...
View ArticleForum Post: RE: error while deploy SSAS Cubes >>> Kpi [General ledger...
Fresh Installation I swear :(
View ArticleForum Post: FTPS and SFTP in Dynamics AX 7.0
Hallo Experts, We have a customer with Axapta 2009 will migrate to Axapta 7.0. In the old version, we have built interfaces which sent and receives files with SFTP and FTPS. For the send and receive...
View ArticleForum Post: Working layer during R2 to R3 upgrade
I have "USR", "SYP", "SYS" Layers in my system. Which layer i need to set as working layer before i start code upgrade ?
View ArticleForum Post: Modifying one datasource on a form fires the validateField method...
Does anyone have a minute to answer a quick question about AX basics? If I create a new table T1 which has a reference to say sales table alongwith another field T1.description So, T1.salesID =...
View ArticleForum Post: RE: create index in table with include columns
thanks to all for the answer, my reply arrives late because I was busy for long time. Unfortunately from AOT when I create a index I was able to insert fields like "recid" and setup the includecolumn...
View ArticleBlog Post: My session on the AXUG European Congress 2016
I have not written a blog for some time. Not that I did not have anything to share, but I was burdened with a neck hernia. Now it seems like I’m recovering, I can start blogging again! For this time I...
View ArticleBlog Post: create a progressive string count (example A,B,C,D…)
Hi, this below it’s a piece of code to create a incremental string counter like A, B, C, D and so on temporary = ‘A’; temporary = num2char(char2num(temporary ,1) + 1); the result will be that...
View ArticleForum Post: RE: custom invoice, full invoice amount to be registeret in VAt...
Hi Ludwig, Thanks for the prompt answer. You were correct!
View Article