Forum Post: RE: Problems building a query with the Query-Object-Framework in AX
Hi Nils, Try to return query.toString() at the end of your code to compare the select statement differences in query AX and SQL Management Studio. I hope this helps. Regards, Rodolfo Recalde
View ArticleForum Post: RE: Production Order Reset status
No open Picking lists. I am one of the developers, but AX is fresh to me. Come from a pic basic erp system that doesn't use kanbans and this style of processing.
View ArticleForum Post: RE: Encumbrance Not Being Relieved
Hi Baber, Thank you for your response. We do not need the encumbrance & pre-encumbrance accounting. So in that case, we dont need to setup posting definitions, right? Or have I got it wrong?
View ArticleForum Post: RE: Problems building a query with the Query-Object-Framework in AX
Hi Rodolfo, i did that already...the marked link is not "translated" properly. I think Anton Venter has the the right idea. I will try that tomorrow and let you know how it worked. Regards Nils
View ArticleForum Post: RE: Production Order Reset status
From the images you have shown me there is a data inconsistency where we have transactions associated to the order that are not closed, but no document in a situation where those transactions can be in...
View ArticleForum Post: RE: Problems building a query with the Query-Object-Framework in AX
You write X++ code generating SQL, but you don't bother to look at what you've generated. Trust me that it's extremely important - you would immediate see how your SQL differs from what you wanted to...
View ArticleForum Post: RE: Limited records (1000) returned by document service...
I agree with previous comments that the AIF is not a suitable way to extract large amounts of data from AX, but for the sake of completeness, I have seen this issue before and we found a couple of...
View ArticleForum Post: RE: Problems building a query with the Query-Object-Framework in AX
Hi Martin, of course i checked the SQL i have generated. The links didn't "translate" correct and thats why i was asking for advice here.
View ArticleForum Post: Raw material Material reservation
Can we automatically reserve raw materials against the sales order. If yes, Can we see the value of the reserved materials. Pls advise
View ArticleForum Post: RE: How to setup a buy x number of items and get percent discount...
My only issue with this is that the form is not adjusting the prices when you hit the minimum quantity. It requires me to go back to the previous line(s) and reenter the quantity for the discount to be...
View ArticleForum Post: custom lookup
Hi, I created a custom lookup using X++code to filter a master data ( !'*JIT*' || !'*SER*'). The code works fine and the drop down comes as coded. But if I type a value (SER*) in the dialog box, then...
View ArticleForum Post: RE: Install FoundationLabels on AX 2012 R3 CU9
One more thing, I have CU9 installed slipstremeaded. Can I use safely the foundationLabels.axmodel located iso source Models\Labels folder ? Or should I use a different foundationLabels.axmodel file?...
View ArticleForum Post: Install EP on AX2012 R2 with SP2013 sp1 : A call to SSPI failed,...
Hi, All i'm newbie on AX. but i install the EP on AX2012 R2 with SP2013 sp1. i have a big problem. i read all posted issues but i couldn't solve this. as you can see below, there is an error. how can i...
View ArticleForum Post: RE: Production Order Reset status
Trying to get this back to released so it can be deleted. They entered this by accident(I honestly don't know how you do that and keep entereing in more picking lists). So I got tasked with correcting...
View ArticleForum Post: Sending SSRS report via email in Batch workaround in AX 2012 R3
My customer is trying to run a standard SSRS report in batch and email it to users in Microsoft Excel format. The batch job to do this ran and ended with no errors. The e-mail distributor batch job...
View ArticleForum Post: RE: custom lookup
I would suggest to create a new VIEW with your initial filter ( !'*JIT*' || !'*SER*') and then reference that lookup in your Lookup query.
View ArticleForum Post: RE: AX4. Alerts. Problem with deleteing alerts and...
it´s a reproducable bug in the vm with ax2009 standard: 1. create a rule with the field condition on custtable: blocked = all 2. in the database-setup (DatabaseLog) 4 records are created (because of...
View ArticleForum Post: RE: Production Order Reset status
Check all of the stock and see what is where and what should not have been consumed that has - correct these. Book 1 in and accept error, write the one off through an inventory journal, that will close...
View ArticleForum Post: RE: copy Tooltip text in AX
Andre, Do you have sample code? I tried a few, it's not working for me. I guess each form is unique. If you look at the screen shot, what should I do? Thanks,
View ArticleForum Post: 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