Forum Post: RE: Add control to the Filter Pane
The problem was that I tried to add control to the form MainAccountListPage, which is not truly list page even if looks like a list page. These properties appear only on forms based on template ListPage.
View ArticleBlog Post: Microsoft Dynamics AX: Gets You Up and Running Quickly
Buying a new enterprise resource planning (ERP) solution is a strategic investment for your business, so it’s well worth your time to examine your options carefully before you act. If you’ve been...
View ArticleForum Post: RE: Error Consuming Dynamics AX 2012 AIF Service through...
Hi!UpdateI'm still to find a solution to this issue. I have posted an update on my blog. I understand that by default AIF Service hosted on AOS doesn't publish it's metadata and hence Sharepoint BCS...
View ArticleForum Post: RE: Adding hierarchy to customised dimensions
calvon,Thank you very much for immediate reply. The challenge is I have several financial dimensions (sysetm/user defined). We have to establish a hierarchy within it . This hierachy does not have...
View ArticleForum Post: RE: SSRS - AX2012 - An error has occurred in the services...
Please verify the client configuration file that is copied into ..\ReportServer\Bin folder. Make sure its pointing to the correct AOS instance and the port.
View ArticleForum Post: RE: issue with edit method in Project invoice proposal form
Which version of the product are you using? There are significant differences between AX 2012 RTM (with or without Service Industries Feature pack) and AX 2012 R2 in this area.
View ArticleForum Post: RE: Printing a GTIN Barcode on an SSRS Report
you may have a try for thisupc-a barcode which i'm now using, which tells you how to generate & print UPC-A linear barcode Image with VB Demo Code, as for detailed information,you may refer to the...
View ArticleForum Post: RE: Problem with Task Recorder Hotfix
Hi thereI am experiencing exactly the same thing. Have everything else working as expected including loading business processes from Excel and generating word doc, videos from task recording but when...
View ArticleForum Post: RE: Get site contact details from inventsiteID
Regarding the createdDate time. This can be turned on a table level. See the createdatetime table property.
View ArticleForum Post: RE: DMF PRODUCT UPLOADING/ TARGET MAPPING
Hi Andre,I'm using DMF Version 1.0.0.8Thanks,Bella
View ArticleForum Post: RE: AX 2012 R2 Changes document
Hi Shyla ,Thanks for the inputs .As you know that some more functionality has been added to AX 2012 R2 in Finance module , AP , AR , banking .For these functionalities , i am looking for the user...
View ArticleForum Post: In place upgrade estimation crtiteria
Hello All,I have to estimate an In Place upgrade project from Feature Pack CU3 to Ax 2012 R2. Below are the criteria I have thought upon.What All Layers are customized and how much they have been...
View ArticleForum Post: RE: SSRS installation issue in AX 2012 R2
Please make sure your default report server is pointing at the correct AOS under Report Server Configuration inside of AX. Also add the -Verbose to the Test, just to make sure it is testing the correct...
View ArticleForum Post: Reg: Dateedit filter issue in Form list Page
Hi all, Greetings for the day, I am having issue with date filter in the form listpage, in Listform>design>groupfilter> i added dateedit control i have assigned datasource and field...
View ArticleForum Post: RE: Dynamics AX 2012 Hot fixes
Hi Carlos,The first KB is available as separate hotfix, the second not.support.microsoft.com/.../KBHotfix.aspxWhen you are looking for hotfixes, you can use above link and change the kbnum parameter.
View ArticleForum Post: RE: AX Report adding a Sum Total to a column.
Getting error :"The control does not point at a control computing a sum."
View ArticleForum Post: RE: Linq To AX Join Problem
As I see some problems you showed here, I share your concerns. Nonetheless it doesn't help much to complain here - you have to let Microsoft know that there is a problem and that people want to get it...
View ArticleForum Post: RE: AX 2012 SQL X++ clause LIKE between two DB field
You can do that with the extended query syntax. For example:filteredDs.addRange(fieldNum(FilteredTable, Field1)).value(strFmt( "(%1.%2 like %3.%4)", filteredDs.name(), fieldStr(FilteredTable, Field1),...
View ArticleForum Post: RE: AX 2009 BatchJob - skip processing a record which takes more...
You need at least two threads: One that process records (and which may be blocked) and another one that monitors timeout and does something when it expires (e.g. killing the worker thread or spawning a...
View ArticleForum Post: RE: Reporting Services extensions AX 2012 R2
The problem was solved. community.dynamics.com/.../68553.aspx
View Article