Forum Post: RE: Issue with AotExport Method from "Performance Analyzer for...
I´t has solved my problem
View ArticleForum Post: RE: setting allow edit for each row in a datagrid
use this if(salesline.Category != 0) SalesLine_ds.object(fieldNum(SalesLine, Status)).allowEdit(true);else SalesLine_ds.object(fieldNum(SalesLine, Status)).allowEdit(false);I know it...
View ArticleForum Post: RE: AX 2012 SSRS Report display #Error text
Hey Trung,maybe you have to try a different datatype for the field you want to calculate to avoid formatting the value.Paul
View ArticleForum Post: AX 2009 Revenue Ledger Posting
Can anyone tell me the best way to setup revenue ledger posting in PSA (Professional Services Automation). We have fixed price, fixed price with ODC's and T&M revenue reconition. We also have...
View ArticleForum Post: RE: Unable to access AOT in AX 2012 R2
How are you trying to access the AOT and do you receive any message?
View ArticleForum Post: RE: Getting user filter values from a grid
David -Strangely enough, the SysQuery class on my system doesn't have the queryHasFilters() static method in it. I can see that someone else at my company had made some changes to SysQuery at some...
View ArticleForum Post: RE: Use of Fiscal calender in AX 2012
Fiscal calendars are used with fixed asset depreciation, financial transactions, and budget cycles. When you create a fiscal calendar, you can use it for multiple purposes. You can select a fiscal...
View ArticleForum Post: RE: Change default dimension on for example vendor master data
THANK YOU Huzaifa Gain, that was very help full, but it is not working in my case. I have checked for the item segment and account structure, both are active. if there anything else i have to check or...
View ArticleBlog Post: AX 2012 R2 and PowerView - Part II Extending
What a great day to be alive! I know for a lot of people, including myself, today has special meaning. It's about faith, and remembering that we are finite and need our Creators grace & mercy. So I...
View ArticleForum Post: architecture question: separating product what vs. manufacturing how
doing some preliminary browsing in the Dynamics AX Glossary, I didn't find a definition of 'deliverable' (what the shipping room ships to fulfill an order line item), nor anything corresponding to a...
View ArticleForum Post: RE: Getting error "Timesheet period is not created for" when...
hi I find user and set up relations with himself but error:Person is already related to user admin
View ArticleBlog Post: How to Run a LightSwitch App in Azure without HTTPS (V3 Apps Only)
Currently when you go down the “Azure >> Cloud Service” path in the LightSwitch Publish Wizard, you will run into this tab on the “Security Settings” page:Unlike the IIS or Azure Web Site paths,...
View ArticleForum Post: A question about the connection between the BOM/Formula and the...
Hi,Now, I'm working with our client, the chemical company people with Dynamics AX 2012. Our client's requirement is as follows.- The chemical company have multiple production line. And they manufacture...
View ArticleForum Post: RE: Performance of TFS integration
The worst thing in compiler setup (for performance) is update of cross-references. BP-check also slows things down.When dealing with any performance issues, it's always important to find out what...
View ArticleForum Post: RE: Getting data out of Dynamics AX
Another potential option for you would be to use Connector for Microsoft Dynamics. This would allow you to build the appropriate query services for the data that you want, and leverage an extensible...
View ArticleForum Post: RE: Hide a button
Security is the right way to implement your requirement (configuration keys are not relevant here), but the actual way depends on version of AX. Are you on AX 2012 or some older version?
View ArticleForum Post: Enterprise portal Business connector Eventlog error: Failed to...
We keep getting entries in the Eventlog on our Ax 2009 enterpriseportal server.Can anyone tell me where and who needs permission to create those files?Example of the the message, Event id is...
View ArticleForum Post: RE: Link between SalesLine and SalesQuotationLine tables
SalesQuotationTable has a reference to SalesTable through its SalesIdRef field and SalesLines are created with the same LineNum as in the source SalesQuotationLines. I don't know about anything better.
View ArticleForum Post: AX 2012 CU4 - System ServiceModel...
Hi All,We have created an Excel template for the General Journal module in AX and we are trying to import 400+ rows of data. To be more specific, this template populates the General Journal form...
View ArticleForum Post: AX2012 R2 For Retail Offline DB Question
We are in the process of rolling out to some of our smaller retail stores and are investigating an offline DB sync challenge and I have come to the following conclusion, see if this makes sense I have...
View Article