workflow stop error (Event viewer error: failed to logon to AX)
Hi,We are trying to create a workflow for project timesheet. Workflow is setup but we submit the workflow then item queues are not created and we see the Workflow stop error.I have checked the event...
View ArticleRE: Finding Values from a form control Outside Forms
Ah maybe it's the "text()" method? But the MSDN points on valueStr().I try to find an example...i'm sure i used this somewhereEdit:"valueStr()" works fine for me...you may check Sohaib Cheema hint too
View ArticleRE: How to create multiple layouts for same report???
Thanks for your reply. Please can you guide me any steps to use Print Management..
View ArticleRE: Finding Values from a form control Outside Forms
But is'nt this method only used in the form ? I am looking to get the value through my class.
View ArticleRE: Finding Values from a form control Outside Forms
Ok so you don't have access to the form control object in your class?
View ArticleRE: Is there a sample for QueryService.ExecuteStreamedQuery ?
Please tell us how you did it.Thank you.
View ArticleIs there a sample for QueryService.ExecuteStreamedQuery ?
Hi all,I was looking at Query Service "ExecuteStreamedQuery" method. I could not find a sample which states how to use the same. Has anyone used this ? Can you please point me to a location or some...
View ArticleRE: Finding Values from a form control Outside Forms
I have access to all my form object control, i just can't get the value even though i identified my object by using Fx. (_formControl is FormStringControl).
View ArticleFinding Values from a form control Outside Forms
Hi, i was wondering if it is possible to get the values from my form controls. Through x++ code from my class or my table method ?I am iterating through my form, and i want to get all the names and...
View ArticleCould not create the Project in Vs 2010 for AX 2012
Dear All, when creating a new Report model project getting the following error."Could not create the Project".Solution : Tools-->options-->Projects & solutions-->select save...
View ArticleRE: How to create multiple layouts for same report???
you may have a look at TechNet,Also, in case you don't get your design in lookup, have a look at this postyou can use if condition to specify you custom design, have a look at standard classAOT...
View ArticleHow to create multiple layouts for same report???
Dear Experts - My client has a requirement that wants to print same report in multiple layouts. Please let me know there is any method to create one more design for same report and print in multiple...
View ArticleRE: Job
All BOMS as in all BOM Versions ?static void Job188(Args _args){ BOMVersion bomVersion; update_recordSet bomVersion setting Approved = NoYes::Yes, Active = NoYes::Yes,...
View ArticleRE: Help : AXBuild.exe
So, why is it the error says that i don't have the AX32serv.exe?I think my bin is this : "C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\axbuild.exe" xppcompileall /aos=01...
View ArticleRE: Update bulk records
Don't just statically look at indexes - analyze the actual execution plan of your query. It will tell you which part takes the most time.Even if you have the right index, it may be heavily fragmented,...
View ArticleRE: Help : AXBuild.exe
Well, in that altbin path, there's only ax32.exe, not ax32serv.exe.The ax32serv.exe is in the same path as axbuild.exe
View Article