RE: Limited records (1000) returned by document service 'EcoResProductService'
http://lmgtfy.com/?q=ax+2012+query+service
View ArticleRE: Problems building a query with the Query-Object-Framework in AX
Hi Nils, you can do that with expressions in query ranges. See http://www.axaptapedia.com/Expressions_in_query_ranges.
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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.RegardsNils
View ArticleRE: 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 ArticleRE: 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 ArticleRE: Limited records (1000) returned by document service 'EcoResProductService'
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 ArticleLimited records (1000) returned by document service 'EcoResProductService'
I am consuming the default web service 'EcoResProductService' in AX 2012. When I run the web service it returned only 1000 records, is there any way to get more than 1000 records, in AX table there...
View ArticleRE: 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 ArticleProblems building a query with the Query-Object-Framework in AX
Hi everyone,i built a query in SQL Management Studio and now i'm trying to realize this query in a form.This is the query:select * from VENDPACKINGSLIPTRANS join INVENTTRANSORIGIN on...
View ArticleRE: How to setup a buy x number of items and get percent discount on all x...
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 ArticleHow to setup a buy x number of items and get percent discount on all x items?
How would I get the following scenario to work using the Price/Discount options in Retail?If you purchase 5 or more items from a specific group of items all items in that group will receive a 10%...
View ArticleRE: 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...
View ArticleInstall EP on AX2012 R2 with SP2013 sp1 : A call to SSPI failed, see inner...
Hi, Alli'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 ArticleRE: 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 ArticleSending 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 ArticleRE: 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 Articlecustom 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 Article