Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Browsing all 175888 articles
Browse latest View live

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 Article


RE: How to do partial packing slip by x++ code

SalesParmLine has item idso you can add && condition in your where clause

View Article


How 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 Article

RE: 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 Article

RE: 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 Article


SSRS 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 Article

RE: 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 Article

RE: 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 Article


RE: 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 Article

how 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 Article

RE: 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 Article

Image may be NSFW.
Clik here to view.

copy 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 Article


RE: 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 Article

Personalised 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 Article


RE: String Edit field not updating records.

Is the grid control's datasource property set to the correct datasource?

View Article

HR 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 Article


RE: 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 Article

Job 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 Article

RE: 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
Browsing all 175888 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>