Blog Post: You receive the error: “The transactions on voucher xxxxxxx do not...
One possible cause of this issue is the duplication of number sequences. In Project management and accounting, there are separate number sequence setups available for On-Account Invoice, Invoice,...
View ArticleForum Post: RE: Is Control editable
The parameter in the allowEdit() should return back a boolean for the element just like it would for the datasource.For example, if I had a control (field) on a form called 'daxTestControl', I could...
View ArticleBlog Post: Improving the Quality of Existing Software (Code)
As a developer, most of your time is spent working on and in existing software code. And after spending that much time working in code that was developed yesterday, you quickly come to the realization...
View ArticleBlog Post: Troubleshooting the Project Client Add-in
There have been a few reports of issues with the new project integration feature we implemented in CU7. Here are some things to try if you are running into issues:Verify add-in install: Open Microsoft...
View ArticleForum Post: RE: Change icon for JmgLabelImageModule (IPC)
Ah forgot to answer....your solution will not work because there is no Chance to set the Image on the enum value
View ArticleForum Post: RE: Problems with new AX 2012 / MS Project integration
It looks like the "Archive Directory" path is incorrect in the image. Can you please have a look at the troubleshooting steps in this post and let us know if this...
View ArticleBlog Post: Defining my Achievement Badges for Dynamics AX
Now I just need to work out the mechanics to get this working…
View ArticleForum Post: RE: Including Company Logo in AX reports
There is a lot of documentation on how to add images to SSRS reports, start with technet.microsoft.com/.../ms156388(v=sql.100).aspx
View ArticleForum Post: Error executing SSRS reports in AX2012
When executing a SSRS report from within AX2012 (RTM version, not R2) I get this error on every report I try:An attempt has been made to use a data extension 'AXREPORTDATAPROVIDER' that is either not...
View ArticleForum Post: RE: Error: Bulk data load failed.
Did you figure out what the issue with this was? I am getting the same error.
View ArticleForum Post: RE: [ASK] Need Help!!! urgent. Problem print document in dot...
Check the Edit or View for the report (right click Edit on reports "generated design" node) to make sure that none of the boxes for the displayed data are going over the margin size. AX will silently...
View ArticleForum Post: RE: Data Upgrade(to Ax 2012) Time Estimation
Companies in dynamics AX are simply an artificial table partition on DataAreaID. All rows in a table with DataAreaID Foo belong to Foo company, the ones with DataAreaID Bar belong to Bar etc.Given...
View ArticleForum Post: RE: This should be simple -- Delete a filter saved for all users
Are you sure that the filter has not been coded in? An order by on your grid query perhaps?I don't know any other way to "save a filter for all users". If it is coded in the only solution would be to...
View ArticleForum Post: RE: Dynamics AX 2009 - EP - export/import
Adding custom web parts to the axwebparts.cab wasn't one of the standard scenarios for EP in AX 2009. It's probably possible to do, but I've never done that myself. I won't be able to provide any...
View ArticleForum Post: time of day / TSTime problem on Timesheets
HiIs it possible to change the TSTime-Format of FromTime and ToTime Field on the TSTimeSheetTrans?I want to be able to enter e.g. 7:00 and not always 07:00 BRChris
View ArticleForum Post: Internal Version Mismatch
Hello All, I am tasked with cleaning up a clients infrastructure but have little experience with Dynamics AX.Their Dynamics AX server is flooded with the following event 151Object Server 01: Internal...
View ArticleForum Post: Custom DIEF entity
Hi,I am new to AX community, so pardon me for me basic questions.I created a Custom Entity for DIEF using a wizard and everything is smooth sailing. When I imported the data, I see only one record....
View ArticleForum Post: RE: item group wise number sequence
Note that in AX 2012 and later, the item group / item model group are not necessarily assigned to an item upon creation. They can be assigned at a later point in time, until which the item will be in a...
View ArticleForum Post: RE: Custom DIEF entity
Hi Dominic, looks like that is it.I had to create a relation between staging and target such as staging.Field = Target.field. It working fine now. Thank you for the help.
View ArticleForum Post: RE: Error: Bulk data load failed.
Can you delete AUC (Application unicode cache) files from \C:\Documents and settings\Users\Local\Temp\. and try
View Article