RE: Submitting Workflows automatically
Thanks, that gets me some of the way, just stopping at the getActiveWorkflowConfiguration part o the code, I have created a class to submit the workflow and a class to call it with the timesheet table...
View ArticleRE: While Printing Morphx Report a Selection Screen pops up. No need of that...
If code doesn't work as expected, you should debug it. Look at which line of code is opening the form and evaluate it. You may find that you somewhere call QueryRun.run(), for example. If you find that...
View ArticleProduction Order - WHY CAN I PICK ITEM/BATCH THAT HAS ZERO INVENTORY?
I am trying to figure out why I can pick a batch that does not have any inventory in my production order? We can not go negative. What happens is I pick the item and then it VALIDATES - OK, then...
View ArticleRE: Submitting Workflows automatically
Hi, For that line, here is a replacement. Just a simple select statementwww.msdynamicsax.info/.../get-active-workflow-configuration.html
View ArticleRE: Additional Attribute in Management Reporter
Hi Ludwig,For example if we want to create the fixed asset statement report in management reporter. we couldn't differentiate between fixed asset acquisition & adjustment unless if we add the...
View ArticleAdditional Attribute in Management Reporter
Hello Guys,Is there anyone who have customize the attribute in management reporter?I know currently there are around 60 available attributes. But I need additional attributes for my case.Thanks in...
View ArticleRE: Bad query plan from Ax but not in SQL
There is an optimization you can do in X++ when the Trial balance is focused on a purely Main account dimension set. It appears from your query that might be the case here. The query is different...
View ArticleRE: Bad query plan from Ax but not in SQL
You must already have a query.literals(true) in the init() method of LedgerTransAccount based on your original post.See if this helps (in a development/test environment, of course). The code can be...
View ArticleBad query plan from Ax but not in SQL
Good Afternoon,We are working on some performance problem in AX. Basically the issue we have is that the query executed from AX (Trial balance>Posted) takes 2 minutes whereas same query runs in SQL...
View ArticleRE: Receiving function in the Purchase order
Hi Ludwig,Thanks for your response. I assign to my user all the Team Member roles available in the users management.But we have more than 100 purchasers(the Operations licence is too expensive to...
View ArticleRE: While Printing Morphx Report a Selection Screen pops up
I have checked the report properties. Report's Interactive Property has been already set to No.Still I am getting the screen. Do I have to Set the AllowCheck Property of my report to NO as well ?
View ArticleRE: While Printing Morphx Report a Selection Screen pops up
It's seems you missed first three sentences of my previous reply.
View ArticleRE: While Printing Morphx Report a Selection Screen pops up
I have checked my code. My code did include that queryRun.run() method but not for the "Print List" Button. It will just open the report. as I have assigned an display menu item
View ArticleRE: While Printing Morphx Report a Selection Screen pops up
QueryRun.run() was just an example, the point is to look at which piece of code is opening the form.Maybe you don't know how to do that. If so, just ask.
View ArticleWhile Printing Morphx Report a Selection Screen pops up
Hi All,I am trying to print a morphx report. I have a button called "Print List" . When I am hitting it a selection screen pops up which is really not required. Please let me know how to skip that...
View ArticleRE: PO confirmation: "Actions with this action are not valid"
Martin,i get the error before it hits the method (AifSendService::getEligibleEndpoint())I debug putting the breakpoint in class purchformletter. yes, I understand you cannot debug in my system as it...
View ArticleRE: While Printing Morphx Report a Selection Screen pops up
Yes I dont know. Please let me know. As with this I ll be done with my project
View ArticleRE: While Printing Morphx Report a Selection Screen pops up
The form you see is SysQueryForm (you can always find it by right-clicking a form and choosing Setup), therefore you can put a breakpoint to SysQueryForm (e.g. the new() method) and run the report. The...
View ArticleRE: Project intercompany invoice posting issue
No Ludwig, invoice still lying in history batch u posted.Don't know what to do..
View ArticleRE: While Printing Morphx Report a Selection Screen pops up
ok martin will do that and get back to u. Thank you
View Article