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

Purchase trade agreements and unit conversions

$
0
0

Hi, I have an item which a purchase unit of type A. The trade agreements for the item are in unit of type B. I have already introduced the unit conversion between A and B but when I create a purchase line. The unit of type A is used and because the price agreement is on B I get no price. It is possible to make Trade Agreements work with Unit Conversion? Thanks


Purchase Order Invoice posting voucher error

$
0
0

Hi,

In AX2012 I receive the following error when trying to post an Invoice from a Purchase Order. My purchase order is in the base currency  and I receive the following error:

"The transactions on voucher  do not balance as per 2012/08/17. (accounting currency: 11 058.00 - reporting currency: 11 058.00)"

The penny difference rounding has been set on the GL parameters and a system account for the default currency is specified.

Is there any other parameters I should be on the lookout for?

Thanking you in advance

Regards,

Anisha

 

 

 

 

 

Problem with payment transfer printing

$
0
0

Hi,

When I try to print the report from AP - Payment transfer - Return file - vendor, I get the error:

"ReportRun object not initialized.

Stack trace

(C)\Classes\VendPaymReconciliationImport\printControlReport - line 26
(C)\Classes\VendPaymReconciliationImport_NO\run - line 7
(C)\Classes\VendPaymReconciliationImport_NO_IP\run - line 7
(C)\Classes\VendPaymReconciliationImport\main - line 19
(C)\Classes\FormFunctionButtonControl\Clicked
(C)\Forms\CustVendPaymReconciliation\Designs\DesignList\VendPaymReconciliationImport\Methods\Clicked - line 3"

in VendPaymReconciliationImport\printControlReport -method there's interesting line:

reportRun = new MenuFunction(menuitemOutputStr(CustVendPaymReportJournalRun), MenuItemType::Output).create(args);

This doesn't return anything to reportrun and then it fails when reportRun.init() is called. I read that ReportRun -class shouldn't be used in AX anymore. I have tried to use other alternatives like:

new MenuFunction(menuitemOutputStr(CustVendPaymReportJournalRun), MenuItemType::Output).run(args);

But that doesn't work properly either. It just opens the dialog for the report and report doesn't return any rows. I think it should work so that it automatically prints the lines without the prompt.

Does anyone have ideas how to handle with this one?

Thanks,

Migi

 

Pls Advice the comaptibility of SQL Server 2012 with Ax 2009 SP1 with RU7?

Import/Export AIF code easily for between environments

$
0
0

Hi,

I would like to know what is the best approach to export/import AIF code (ax,axd,services,service groups, inboud/outbound ports, integration port configuration).
I am .Net developer, is it possible to make a .msi package that would do all the work, just with next, next. Without bothering the user.

 

AOT element moving between models

$
0
0

Hi,

 

Does anybody knows how to use SysModelStore class for custom AOT element moving between models?

I am looking for code example where specific aot object (or set of the objects) is been moved to other model.

I have found code which is used in standard functionality, but it is kernel, so I dont know how it works and there is no documentation:

xInfo::setCurrentModelId(currentModelId);//integer

 

Thank you

Error sending email: System.AccessViolationException

$
0
0

Hi All,

I have written an Job which emails a copy of SalesOrderConfirmation to an email address. When I run the Job, AX crashes. Below is event log for the same:

 

Application: Ax32.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
   at Microsoft.Dynamics.Kernel.Client.ActionPaneInterop.ClickEventHelper.Clicked(System.Object, System.EventArgs)
   at Microsoft.Dynamics.Framework.UI.WinForms.Controls.ActionItem.OnButtonClick()
   at Microsoft.Dynamics.Framework.UI.WinForms.Controls.ActionButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)
   at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32)
   at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
   at <Module>._wWinMainCRTStartup()

 

Has anybody encountered or resolved a similar error?

 

Best Regards,

Michael Brown

 

Has anyone else had trouble activating an Investigation in TQCM (AX4)?

$
0
0

I am testing the Investigations in TQCM (AX4) and am having a difficult time activating an investigation for a Production in process inspection.  Has anyone else had difficulties with this before? Thank you.


Encounter error when register service for Retail Store Connect - Error happens when validating the database

$
0
0

I'm unable to register a service for Retail Store Connect. System prompt error "Error happens when validating the database $databasename". Can anyone assist?

How do I set up check printing for new company?

$
0
0

We are using AX2009 and the accounting department has created a new company and wants to print checks from it.   They have set up the bank account and bank details as well as the check layout.  When they create the payment journal and go through the process of generating the payment it goes all the way through but no check prints.  Any idea what is missing???

Thanks,

Renee

0 Quantity error after posting picking list

$
0
0

Not sure if anyone has ever seen the error below but I am creating an Intercompany PO>SO. I create the PO, confirm it, then go to the SO. I pick the order but once I click ok on the pick list, the below error pops up stating a 0 quantity. My quantity says 10 inside picking list and I am able to continue through rest of process with no errors in posting inventory....

 

Then after that, seems like nothing was effected on the inventory side so not seeing where that error is effecting the bottom line. I continue to Pack and invoice, then go back to PO. One more question is, when I go back to the PO after invoicing Sales Order, it makes me confirm the PO for a second time, is that normal?

Error log- "Postings-

                              Sales Order: ####

                                   ! Quantity must be positive

                                   x A maximum of 0.00 can be entered

                              x An error occurred during update

 

Any help would be greatly appreciated. Thank you.

 

Kellen

 

help server no results - three tier server

$
0
0

I have a three tier AX platform:

1. AOS

2. SQL

3. Web Server: SharePoint Foundation w/ Enterprise Portal & Help Server

I have installed Help Server on the Web Server in it's own virtual directory and port away from the SharePoint virtual directories.

When selecting help, I do NOT get a table of contents and I receive: "no results" when searching. When I select help on different AX windows, I do receive the correct pages displaying in the help box.

My search service is running on the web server and the content folder looks to be accurately setup in the indexing options.

Can someone assist me in solving the no results?

How to automatically Email invoices to client in AX 2012

$
0
0

Hello everyone out there in AX Land. I started utilizing Dynamics AX 2012 almost two months ago thus I am fairly new to the product. Any feedback is greatly appreciated.

In order to email invoices to a client, we have to manually set up the email before printing. It does not auto populate. What are others implementing as a solution?

Keep in mind we have clients with multiple contacts and we operate at the project level.

Thanks in advance

Andrea

Add Field to Report?

$
0
0

I am trying to simply add a field to the SalesInvoiceReport. I added the field to the SalesInvoiceTMP table. However, when I edit the report object, the data source is not bringing in the field that I added to the table. How do I get it to show up?

Dynamics AX for viticulture

$
0
0

Hi All Dynamics users,

My company is currently looking at implementing Dynamics AX for ERP. Due to the complexity of our business, we are not sure if Dynamics AX can cover the business needs. The business wanting to be able to capture all costs in maintaining vineyards right through producing wines and finally production planning to bottles and shipment.

I'm wondering if there is a user out there who has similar industry like us that can help us.

I would like to understand how did you guys do it.

Appreciate any helps.

 

Regards,

 

johnny

 


AX 2009 function Export to Excel 2010 blank?

$
0
0

I've experiencing some weird functionality in a new setup laptop- export to Excel 2010 in ax 2009.

When I click export to excel menu icon, AX correctly counts the records which need to be exported, but when Excel opens nothing but a column "A1" and an image like screen shot below :-

 

Environment:

AX 2009, Office 2010, Windows 7 64bits.

Is this problem because of Excel add-in, or trust center issue?

is a category group necessary

$
0
0

What behavior or functionality is driven by the category group?  Is a category group necessary?

Cancel Sales Order on POS AX 2012

$
0
0

Hi ,

When I am trying to cancel the sales order from POS , I am getting the following error in the RetailLog table." Voucher 80000229, date 8/23/2012, account 110410-----, transaction currency amount 2.00, accounting currency amount 2.00, reporting currency amount 2.00, currency USD, text Refund for the order SO-000916". 

I have collected $2 deposit against the sales order and the sales order is in open order status.

Did anyone came across such issue?

How to Proceed to Synchronize Database in Dynamics AX 2012 New Installation?

$
0
0

Hi All,

Iam new to Microsoft dynamics Ax, now i have installed DAX 2012 in my Laptop, my problem is my problem is when iam doing database synchronize(in compile checklist) i got errors. i through google to solve my prob, and i found this one

SQL administration form (Click System administration > Periodic > Database > SQL administration. On the Table actions menu, click Synchronize database, or click Check/Synchronize.).

so here my doubt is where is the sql administration, system administration> periodic in PC? how to find this one? plz help. iam totally confused.

Thanks

Ravina.

AX 2009 SSRS Dialog creation

$
0
0

Hi ,

I worked with AX 2012 ssrs, and there it is pretty straight forward to configure the ssrs report dialog using, contract, UI Builder and Controller classes.

But now I am working with AX 2009 ssrs. Creating the report is similar to Ax 2012 and fine for me. But how do i create a report dialog, when I need to add some validation to the parameters or if I want few things to happen based on the parameters?

How can I create the dialog and call the ssrs report in that?

Your help is greatly appreciable.

Regards,

Lalasa

Viewing all 73760 articles
Browse latest View live


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