Item coverage wizard
Hi, If I go to Item details (choose any item) -> Setup -> Item Coverage and then run the Wizard I see the text " The wizard has identified X invalid item coverage settings." X = 0 or higher.for...
View ArticleRE: How to do partial packing slip by x++ code
SalesParmLine has item idso you can add && condition in your where clause
View ArticleHow to do partial packing slip by x++ code
Hi, Hi,I need to do automate partial packing slip by x++ code. please some one help. Thanks in advance
View ArticleRE: copy Tooltip text in AX
Not sure how you are coding.it should be as under Query query; str qName; ; qName = 'CustTable'; query = new Query(qName); info(query.toString());
View ArticleRE: SSRS report custom code not recognized
Baber, I did what you suggested. Lets see if they again hit it or not. The problem is that its occasional the same field SSRS doesn't complain most of the time. Sohaib yes I followed this article. So...
View ArticleSSRS report custom code not recognized
Hello CommunityI wrote a simple function in the Code property of the ssrs report and trying to call it from one of the expressions on row Visibility property but it is giving me error when I build or...
View ArticleRE: String Edit field not updating records.
I doubt, if you trying to implement MianAccount Lookup, you should be using segment entity controlyou may provide us little more information about what you are trying to do exactly
View ArticleRE: copy Tooltip text in AX
You may need to run toString() on the root datasource instead of the query (query.dataSource(1).toString()).
View Article'Materials management to get item moved' error message in Dynamics AX 2009
Hello!I've the following error message: 'Materials management to get item moved' . Can anyone point me to the right direction? Any pointers are appreciated.Thank you!NMNM
View ArticleRE: how i can expense an item to two different expense accounts in different...
Hi PatrickFor internal consumtion you must use inventory/Setup/posting/posting - purchase tab - section purchase expenditure for expense. For project or program you must use Main account allocation...
View Articlehow i can expense an item to two different expense accounts in different...
Dear we have inventory items that when used internally (internal consumption) affect a specific ledger account, and when used for a project or program affect a different ledger account. any idea's how...
View ArticleRE: copy Tooltip text in AX
Thanks guys,I made it work in my case.------------------- Query query; str qName; ; qName = "CustOpenInvoicesListPage"; query = new Query(qName); info(query.dataSourceNo(1).toString());
View Articlecopy Tooltip text in AX
Hi Friends,Do anybody know trick to copy the Tooltip text in AX, see screenshot,when I hover over datasource, it gives me the sql statement. If I can copy it, that's really going to help a lot....
View ArticleRE: Personalised columns aren't saved
Is this with all columns, or just product / storage / tracking dimensions? If you're personalizing dimensions to the list pages, and not using the Dimensions display button in the ribbon, they will...
View ArticlePersonalised columns aren't saved
HiI hope you can help me out with this.I am experiencing issues with filters (personalised columns in grids) in Dynamics AX 2012 R2.In a window grid, when I add a filter by personalizing the grid it is...
View ArticleRE: String Edit field not updating records.
Is the grid control's datasource property set to the correct datasource?
View ArticleHR Absence Approval
HiDoes the transfer for Absence Approval option in Employee Services route the request to the Absence Administrator or the worker's manager?
View ArticleRE: Job code deployment to production
In theory, no code movements to production should happen outside of a modelstore deployment. In end-user-land, as long as the output has been verified in another environment, the risk is low. Jobs...
View ArticleJob code deployment to production
Hi everyone,I wanted to get some feedback from those more versed with AX than I on a topic. We follow best practices to deploy code to production of course. But occasionally we'll need to write a small...
View ArticleRE: String Edit field not updating records.
That was the issue. I did not realize that the data source on the grid has to match the datasource on the stredit contol. But that makes sense.Thanks for the help!
View Article