Dynamics AX 2009 pdf SSRS report through batch job
Hi,Is it technically possible to save SSRS reports to pdf files(without images inside) through x++ batch job?If possible, which classes can I use to do that in AX 2009 without SP1?Thanks for your...
View ArticleSales order Invoice posted but not showing in GL transactions
A sales invoice posted, after few days this invoice was reversed and again the reversed invoice was reversed. but the actual invoice is not showing in GL.Eg Invoice EI-0012 was posted on 29/04/2013...
View ArticleService group deploy error
Hi, I am getting error while deploying the service group.i.e Faulted: System.OperationCanceledException: AIF service group not activated. Service group: ScribeAxWebService. Error: Duplicate type with...
View ArticleProblem with add datasource on form - outerjoin
Hi,I would like add datasource (table name MyTable) to the form InventTransferJour and show data from MyTable on grid. I added table, set on MyTable joinSource - InventTransferJour - and LinkType -...
View ArticleNumber Sequence for PO Invoice Voucher
Hi All, I just want to know where number sequence for ("Purchase, inventory receipt ") and ("Purchase expenditure for product") will be taken in code while we post Purchase Invoice.. i.e Invoice ->...
View ArticleTask Recorder problem in MS Dynamics AX - CU7
Hello,team please help me on the Task Recorder Issue like "after clicking Stop Button the form con't show any response"(please verify the screen shot). i was waited for around 30 mints but it con't...
View ArticleHow to use RANK() method in View
SELECT M.*FROM (SELECT PURCHID , CREATEDBY AS [PO Sent By] ,min(CREATEDDATETIME)AS [PO Confirmation Date],RANK()OVER (PARTITIONBY PURCHID ORDERBY CREATEDDATETIME ASC)AS Seqfrom VendPurchOrderJour...
View ArticleCatch error when run purchformletter
Hi All,I want to catch error when convert purchase to packing slip: dialog = purchformletter.dialog( ); dialog.run() ; dialog.wait( ); if (dialog.closedOk( )) { purchformletter.run()...
View ArticleSSRS Error
Hi,I was getting this error message in visual studio when trying to open any report from AX.please help me to solve this problemThank youRegards,Sumit
View ArticleError message when convert purchase to packing slip
Hi All,"Cannot receive XX quantity because inventory transactions with status Ordered, Arrived or Registered are insufficient." Any idea? I did a development for convert purchase to packing slip but...
View ArticleLogin failed
Hi, I have just completed AX2012 installation, I have installed under domain administrator account, the service has been started under Network services. Domain and AX 2012 and SQL Server 2008 R2 in...
View Articleax 2009 batch job getting Error executing code: TextIo object not initialized.
HI, I have a created batch job today, while running it manually it works fine but while executing it by batch i am getting following error: Error executing code: TextIo object not...
View ArticleWorkflow configuration Conditional Decision
Hi all,I am configuring a workflow for cash advance request.Employees report to head of departments(HODs) and HODs report to CEO.When an employee does a requisition-the HOD approves and the final...
View ArticleSales and Marketing Workflow : Adding a new method in Workflow Set-up...
Hi Guys,Please help me regarding on this problem.thanks (Please visit the site to view this media)
View ArticleDemo License Ax 2012 expired
Hi Friends,My Demo License got expired. How extend this Demo Ax 2012 License ThanksRavi
View Articlecan't create a new voucher (sequence).
i cant create a new voucher, the error : "System does not support setup 'continuous' of number sequence %1."my code :ledgerJournalName =...
View ArticlePrinting the string vertically in the reports in AX 2009/2012
Hi All, Can someone suggest how to print the string vertically in a report. Thanks in advance
View ArticleAX2012 Enterprise Portal multi-select lookup
Hi, this question is about Enterprise Portal lookup.I'm trying to create multi-select lookup based on LogisticsLocationRole and LogisticsLocationRoleTranslation. At the moment I'm stuck on restoring...
View ArticleWeighment integration
Hi All,I done the integration of weighment with Ax 2009. But, when using the breakpoint on the form only, i can receive the data, without using the breakpoint, i can't receive the value. It shows...
View ArticleHow to get the child table records?
Hi All,I am getting the parent table record from child table record, but i don't know how to get the child table records from parent table record. For example:purchline.purchtable() //We can get the...
View Article