Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 72043 articles
Browse latest View live

Trainer For Dynamics AX 2012

$
0
0

We are looking for a trainer in the Mideast region of the United States to train our users on Dynamics AX 2012.  

Any suggestions of companies or individuals to consider ?


Posting invoice performance issue

$
0
0

Hello to all, i'm a consultant with more that 4 years of experience on Axapta since 2009 to 2012 version.

I have a performance issue at the posting of a sales invoice from a sales order has more than 100+ rows.

The issue made both on customer and on a standard CU7 Dynamics AX 2012 R2 release.

The last one machine, the demo CU7, has solid state disks and a huge quantity of RAM.

The inventory dimensions is Site, Warehouse and Wharehose Location.

No special need, only create a order and post the invoice.

The case is:

* Create a sales order header

* Insert a lot of lines, about 150

* Post directly the invoice (CIL Activated)

The total time need for posting is 40 seconds, i thing is a very very low performance for the posting phase.

If i try to put down more that 1000 rows the system hangs and the total time will more that 10 minutes.

Anyone has similar problem? What can i do for optimize?

Thanks,

Diego

AX client Crashes when opening OLAP Administration form

$
0
0

We have encountered one issue i.e AX client crashed when we are trying to open OLAP Administration form from Navigation mentioned

Administration -> Business Analysis -> OLAP -> OLAP Administration.

 

AX Build Version : AX Rollup 7

Please let me know if you have any suggestions.

Thanks in Advance

- Naresh

 

Upgrade to AX2012 by Business System

$
0
0

I want to implement 2012 by business function to reduce enterprise-wide risk.  Would require interfacing AX 4.0 to 2012 to insure continuity.  My thought would be to move to Financials, followed by Order to Cash and Procure to Pay in that order.

Interested in any thoughts or references to others that have developed along these lines.

Cases - Product Changes

$
0
0

I do want to work with cases in AX2012R2. Unfornunatelly I can´t do anything with product changes (check completeness/aprove and activate changes). Those buttons are inavailable.

I do not know which setup is necessary so that those buttons are available.

It would be gread if anybody could me.

Thanks in advance.

Ax2009: Call setfocus() when ValidateWrite() in Datasource fails a condition.

$
0
0

Hello,

I need help for the following:

The DataSource:Validate write is called when the focus on current tab is lost to another tab with another datasource.

REQUIREMENT: Call setfocus() to original tab when DataSource:ValidateWrite() fails the condition - user Yes/NO Box input is NO.

I have coded this but it seems that on validateWrite on returning false it gets called again and again and hence the Yes/NO box infinitely appears.

seems like a paradox.

kindly help!,

please let me know if i am missing something

or any alternate way to design this.

Thanks in Advance!

Move pallet to another site

$
0
0

Hello everybody,

it would be awesome if anybody could tell me how (with which function) to move a pallet to another site with THE SAME PALLET ID ! I can`t do it with the function "move pallet", and if i try it with the function "transfer" or "transfer order", i have to create a new pallet ID at the "to site". But i want to keep the same pallet id !

Best regards and thanks a lot for your help !

Stefan

writing pure SQL query in AQT table browser

$
0
0

Is there a way to write pure SQL query in AQT table browser not X++ to retrieve data from table ?


Changing Task Description on Batch From based on Parameter value

$
0
0

I have a batch job that deletes integration log records. I was able to get the Task Description to show up by adding code to the Caption method to return the appropriate label. Now I want the Task Description to reflect what type of logs are being deleted based on a parameter that the user selects before submitting the job. The parameter is already there and controls what log files are processed. I added code to the Caption method to refernec the parameter value but it looks like the Task Description only gets what the value was initially set to. How can I get this value to refresh based on what the uses selects from the parameter drop down? Do I need to recall the Caption method from somewhere?

AX2012 Sales Order Bookings Report

$
0
0
Has anyone out there tackled the issue of a sales order bookings report for AX 2012? When I say Sales Order Bookings, I am referring to a detail report that shows all of the sales order lines that were created, deleted, or modified in a given period to provide feedback on sales dollars booked to ship against at a future date. We initially created a report that captured the new lines that we created based on create date, but this caused discrepancies because it did not account for sales order lines that were deleted or modified (qty reduced or increased). In the case of a delete, or a quantity reduction there should be a "negative" booking dollar to remove this. Does anyone have any feedback?

How do I control the size and location of parent & child windows in AX2009?

$
0
0

The child window opens behind or on top of the parent window.  How can I control the size and location of each window?

Confirming Data Change on a Form

$
0
0

I would like to know the regular code for confirming data change on a form before they are saved. As an example, I need to let the user to confirm the change if he change statement method to "Shift" from the default value "Date and time", If he hit Yes, continue the change, otherwise, revert the change. My code snippet shows like this:

public void modified()

{

   //[kl]

   if (statementTable.closingMethod != RetailClosingMethodType::DateTime)

   {

       if (box::yesNo("WARNING: you are attempting to calculate this statement using the 'Shift' closing method. Do you wish to proceed?", dialogButton::Yes, "Confirm changes")

       == dialogButton::No)

       {

           statementTable.closingMethod = statementTable.orig().closingMethod;

           return;

       }

   }

   super();

   statementTable_ds.refresh();

}

Can you comment on, or correct?

time of day / TSTime problem on Timesheets

$
0
0

Hi

Is it possible to change the TSTime-Format of FromTime and ToTime Field on the TSTimeSheetTrans?

I want to be able to enter e.g. 7:00 and not always 07:00

 

BR

Chris

 

Client installation error

$
0
0

Hello Everybody, 

I'm reinstalling a client on a server which has the AOS, ( i have unistalled it eralier), 

i'm getting the following error

"An unexpected exception occurred during. See setup log",

in log the message is

"2013-12-09 21:55:00Z Message: The port number must be a number between 1 and 65535

2013-12-09 21:55:00Z FullText: Microsoft.Dynamics.Setup.AxSetupException: The port number must be a number between 1 and 65535
2013-12-09 21:55:00Z at Microsoft.Dynamics.Setup.Components.Aos.ValidatePort(String port)
2013-12-09 21:55:00Z at Microsoft.Dynamics.Setup.Components.ClientUI.GetClientAosServerAndPortFromRegistry()
2013-12-09 21:55:00Z at Microsoft.Dynamics.Setup.S220ClientAosServerEntry.IsPageApplicable()
2013-12-09 21:55:00Z at Microsoft.Dynamics.Setup.MainForm.FindNextPage(PageID oldPageID)
2013-12-09 21:55:00Z at Microsoft.Dynamics.Setup.MainForm.mainFormButtonNext_Click(Object sender, EventArgs e)
2013-12-09 21:55:00Z at System.Windows.Forms.Control.OnClick(EventArgs e)
2013-12-09 21:55:00Z at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
2013-12-09 21:55:00Z at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
2013-12-09 21:55:00Z at System.Windows.Forms.Control.WndProc(Message& m)
2013-12-09 21:55:00Z at System.Windows.Forms.ButtonBase.WndProc(Message& m)
2013-12-09 21:55:00Z at System.Windows.Forms.Button.WndProc(Message& m)
2013-12-09 21:55:00Z at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
2013-12-09 21:55:00Z at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

2013-12-09 21:55:00Z ==== Setup encountered an unhandled exception and could not be completed. For details see the previous messages in the log. ==="

has anybody come across this?, how do I solve it?

error when Import data Item master from Excel Add-in to AX2012 " ... Object reference not set to an instance of an object"

$
0
0

Hi all,

I have Office excel 2007 SP3 and Ms.Dynamics AX2012 R2 on my machine

I am trying to import some data to EcoResProduct, EcoResproductDimensiongroupproduct, EcoResproductidentifier and Inventtable, but when i go to Publish some data iv got an error like this

"An error occured. The data in the workbook and the behavior of any add-ins may not be correct.

Consider contacting your system administrator about this problem."

"Object reference not set to an instance of an object".

then i go to google and search for the solution :) . i found a page which is discussed about how to import Item/Product to AX2012 through Excell add-ins,http://ax2012exceldataimport.blogspot.com/2012/01/dynamics-ax-2012-products-import-using.html

seems this page have same steps with me on how to import data product/item through Excel add-ins ... but  unfortunatly its not working for me :(

Any suggestion ?? ..

Thanks For ur Help.

Regard

Husna


ISV Layer Runtime license Code and ISV Development License ؟؟؟

$
0
0

did the ISV Layer Runtime license Code is different than the ISV Development License which open the ISV layer ?

Error when invoicing PO applying pre-payment. AccountingDistributionRule object not initialized.

$
0
0

Hi,

In the AX2012 R2 CU3 VPC, I got this Error when invoicing PO applying pre-payment. Any help is appreciated.

Note - I compiled the VPC but no help.

 

AccountingDistributionRule object not initialized.

Stack trace (S)\Classes\AccountingDistributionRule\newRule - line 36 (S)\Classes\AccountingPolicy\determineDistributionRule - line 16 (S)\Classes\AccountingPolicy\parmDistributionRule - line 3 (S)\Classes\AccountingDistributionProcessor\processDistributeAmount - line 42 (S)\Classes\AccountingDistributionProcessor\distributeAmount - line 13 (S)\Classes\AccountingDistributionProcessor\processDistributeMonetaryAmountChildren - line 28 (S)\Classes\AccountingDistributionProcessor\processActionDistribute - line 10 (S)\Classes\AccountingDistributionProcessor\distribute - line 17 (S)\Classes\AccountingDistributionProcessor\process - line 45 (S)\Classes\AccountingDistributionProcessor\distributeSourceDocumentLineItem - line 66 (S)\Classes\SourceDocumentLineState\distribute - line 17 (S)\Classes\SourceDocumentLineStateDraft\doTransition - line 12 (S)\Classes\SourceDocumentStateBase\transition - line 27 (S)\Classes\SourceDocumentStateBase\performTransitionOrMaintenance - line 7 (S)\Classes\SourceDocumentLineState\performTransitionOrMaintenance - line 34 (S)\Classes\SourceDocumentStateBase\transitionTo - line 15 (S)\Classes\SourceDocumentProcessorBase\submit - line 11 (S)\Classes\SourceDocumentLineProcessor\submitSourceDocumentLineServer - line 61 (S)\Classes\SourceDocumentLineProcessor\submitSourceDocLineWithAccountingPolicy - line 51 (S)\Classes\SourceDocumentStateInProcess\transitionSourceDocumentLines - line 51 (S)\Classes\SourceDocumentStateInProcess\doTransition - line 12 (S)\Classes\SourceDocumentStateBase\transition - line 27 (S)\Classes\SourceDocumentStateBase\performTransitionOrMaintenance - line 7 (S)\Classes\SourceDocumentStateBase\transitionTo - line 15 (S)\Classes\SourceDocumentProcessorBase\submit - line 11 (S)\Classes\SourceDocumentProcessor\submitSourceDocumentImplementation - line 49 (S)\Classes\SourceDocumentProcessorFacade\processHeaderImplementations - line 24 (S)\Classes\PurchInvoiceJournalPost\processSourceDocument - line 10 (S)\Classes\FormletterJournalPost\post - line 30 (S)\Classes\FormletterJournalPost\run - line 11 (S)\Classes\VendAdvanceInvoice_Application\postJournal - line 10 (S)\Classes\VendAdvanceInvoice_Application\processAdvances - line 36 (S)\Classes\PurchInvoiceJournalPost\endUpdate - line 67 (S)\Classes\FormletterJournalPost\post - line 264 (S)\Classes\FormletterJournalPost\run - line 11 (S)\Classes\FormletterService\postJournal - line 42 (S)\Classes\FormletterService\run - line 78 (S)\Classes\FormletterService\postPurchaseOrderInvoice - line 14 (S)\Classes\DictClass\callObject (S)\Classes\SysOperationServiceController\runOperation - line 93 (S)\Classes\SysOperationServiceController\runServiceOperation - line 22 (S)\Classes\DictClass\callStatic (S)\Classes\SysDictClass\invokeStaticMethod - line 26 (S)\Classes\SysDictClass\invokeStaticMethodIL - line 39 (S)\Classes\SysOperationRPCFrameworkService\runServiceOperation - line 5 (C)\Classes\SysOperationServiceController\runOperationWithRunAs - line 7 (C)\Classes\SysOperationServiceController\run - line 22 (C)\Classes\FormLetterServiceController\run - line 3 (C)\Classes\PurchFormLetter\run - line 41 (C)\Classes\PurchFormLetter\main - line 62 (C)\Classes\FormFunctionButtonControl\Clicked

Can you please let me know the changes in MS Dynamics AX 2012 compared to the old version ?

$
0
0

Can you please let me know the changes in MS Dynamics AX 2012 compared to the old version ?

SSRS error

$
0
0

Hi,

While opening any SSRS (SQL 2012 we are using) report in MS Dynamics Ax 2012 R2 we are getting the following error -

"Parameter _reportName cannot be null or empty.

The AssetBasisRdlContract.getAttributes() reflection API could not create and return the SrsReportNameAttribute object. Please check the parameters."

Please note, getting the same error while opening through reporting manager.

Please help us out to resolve this issue.

Thanks in advance.

Debanjan Bandyopadhyay

Prospective Vendor Registration EP error

$
0
0

From EP home page when i try to click Prospective Vendor registration error appears as below. could you please help me to resolve this.

In AX client, Procurement and Sourcing --> Common --> Vendor Request --> Vendor Request list page is empty for Contoso test data even though i could see the data through Vendrequest table in SQL.

any help would be appreciated.

thanks

Viewing all 72043 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>