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

Re-assign sub-works order to a different project

$
0
0

Hi All.

Using Ax 2012.

Does anyone know if it is possible to re-assign sub-production orders to different projects after it has been created?  

We have a works order with a sub-bom.  After estimation, the sub-bom is created with a link to the project as well as the higher level works order.  I now need to link this sub-works order to another project...

Eddie


Error when publishing MainAccounts from Excel Add-In

$
0
0

I receive the following error when i try to publish MainAccounts from  the Excel Add-In.  Any help on how to get around this is appreciated.

 

 

Can someone explain to me reasons for the doing the following in inventory management: 1. movement journal, 2. stock adjustment journal, 3. transfer journal. My company has just implemented microsoft dynamics.

$
0
0

We have just implemented microsoft dynamics ax and I work in the supply chain division as an erp specialist. Can someone explain to me reasons for the doing the following in inventory management: 1. movement journal, 2. stock adjustment journal, 3. transfer journal.

Purchase order totals not showing under "Ordered in total" on On-hand screen

$
0
0

I have serveral purchase orders with PO type of Purchase Order that are not showing totals in "Ordered in total" on the On-hand inventory screen.  I've searched all item attributes and nothing stands out that may be causing this issue.  I'm aware that PO type of Journal do not show in this total.

AX 2012 Query Service - Log on error

$
0
0

I'm brand new to AX 2012.  I'm a web developer and I use ASP.Net. 

I am trying to use the AX 2012 query service to fetch a dataset from AX 2012.  So I added the service reference to my ASP.Net web site.  This seemed to work ok.  I then logged an using the Active DIrectory user log on.  It seemed to let me log on correctly.  I wrote this code to try to get a dataset:

QueryServiceClient client = new QueryServiceClient();       
Paging paging = null;

DataSet ds = client.ExecuteStaticQuery("CustTable", ref paging);
gvCust.DataSource = ds;
gvCust.DataBind();

I get the following error on this line: DataSet ds = client.ExecuteStaticQuery("CustTable", ref paging);

Unable to log on to Microsoft Dynamics AX

I have done several searches online and can't seem to find anything.  WHat am I doing wrong?

Microsoft Dynamics AX 2012 and SQL Server 2008 SP3

$
0
0

We are planning to upgrade SQL Server 2008 to SP3. Is this supported by Dyanmics AX 2012?  Are there any known issues with Dynamics AX 2012?

Infolog in counting journal AX 2009

$
0
0

Hi all..

I have some problem with AX 2009. I did counting journal for stock opname and to adjust the stock at my company 2 weeks ago. I wrote the counted stock at "counted" field. If the quantity is bigger than "on-hand" there will be no problem, but if the stock at counted is less than on-hand (so the quantity is minus), I can't post the counting journal and there's an infolog: (number of minus quantity) can't be picked because only 0.00 is available from the inventory. Till now, I can't post that journal.

Here's the example:

Item number W123 --> onhand: 632 --> counted: 58 --> quantity: -574

Infolog : -574 cannot be picked because only 0.00 is available from the inventory.

The question is: How to solve the infolog? Because there's so many lines with log, so I can't finish the stock opname. Any idea?

Thanks Big Smile

Ax2012 crashes when i run X++ Incremental CIL

$
0
0

Hi guys 

I have been working on certain features(workflows etc) in AX2012, that needs to run incremental CIL , however when i try to run it through AOT, the client crashes , on investigation in eventViewer , i found below mentioned Log 

Application: Ax32.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Runtime.InteropServices.SEHException Stack: at <Module>._wWinMainCRTStartup()

 

I also went through couple of Blogs , but not of much help. 

http://amiraryani.wordpress.com/2009/03/17/message-external-component-has-thrown-an-exception-exception-type-systemruntimeinteropservicessehexception/\

However the Full CIL generation works fine on this server, issues is only with incremental CIL. 

 

Can anyone help me to solve this issue. 

 


Trouble with creating periods

$
0
0

I have a problem with AX 2009 regarding calendar settings. When I try to create a new fiscal year I can't set a start date or an end date after 12/1/2006. I can set a date before but not after. The calendar in windows is set to todays date. I try to create the fiscal year in General ledger>Setup>Periods>Periods. Does anyone have an idea of where I can start looking for settings?

best regards

Peter

SysTestProject

$
0
0

Hello.

I want to create a test project.

I need to know more about this tool, and need some help, please.

 

Thanks :)

code conflict in models which are on two different layer.

$
0
0

Hi,

I am new to this forum and Ax2012, I am facing a problem with models, I have created model on CUS layer and one on VAR layer. I did some modifications to class "PurchTableForm" on the model which was attached to CUS layer.

                                            Now am working in the model which I created for VAR layer, and there is some logic which i need to write in the same class "purchTableForm" but the problem I am facing here is if i modifed somehting in a method which I modifed in the CUS layer model, the modifications are not stored in my current layer(VAR) but they are moved to CUS layer (I compared my var layer and cus layer using compare Tool).

Looking forward for some advice on how to solve this problem. 

Modified Field in EP using VS2008 (Ax2009)

$
0
0

Hi,

I would like to know if I can using a "modified field event" in EP using VS2008 and AX2009 ?

When user modify a specific field in AxForm or AxGridView, I would like to call a method or function ...

Regards

Dany

Posting Free Text Invoices

$
0
0

I get the following stack trace error when trying to post a free text invoice.  I have shared the custtable and all related tables per the TechNet Virtual Company Scenarios.

 

Not sure what I need to do to fix this.

Stack trace: The company SysTransactionScopeCache does not exist.

 

Stack trace

 

(S)\Classes\PartyMainAccountDimensionListProvider\populateMainAccountDimensionList - line 19

(S)\Classes\MainAccountDimensionListProvider\initMainAccountDimensionList - line 10

(S)\Classes\MainAccountDimensionListProvider\parmMainAccountDimensionList - line 5

(S)\Classes\MainAccountDerivationRule\populateMainAccListFromProvider - line 12

(S)\Classes\MainAccountDerivationJournalizingRule\populateMainAccountList - line 36

(S)\Classes\MainAccountDerivationRule\initMainAccountList - line 8

(S)\Classes\MainAccountDerivationRule\parmMainAccountDimensionList - line 5

(S)\Classes\DimensionDerivationRule\buildDimCombFromMainAccountProvider - line 20

(S)\Classes\DimensionDerivationRule\buildDimensionCombination - line 85

(S)\Classes\DimensionDerivationRule\populateDimAllocListFromDefault - line 6

(S)\Classes\DimensionDerivationJournalizingRule\populateDimAllocList - line 12

(S)\Classes\DimensionDerivationRule\initDimAllocList - line 8

(S)\Classes\DimensionDerivationRule\parmLedgerDimensionAllocList - line 18

(S)\Classes\AccountingRule\initDimAllocList - line 10

(S)\Classes\AccountingRule\parmLedgerDimensionAllocList - line 5

(S)\Classes\SubledgerJournalizer\loadaccountingDistributionTmp - line 388

(S)\Classes\SubledgerJournalizer\journalize - line 58

(S)\Classes\SubledgerJournalizationOperation\journalize - line 15

(S)\Classes\DictClass\callObject

(S)\Classes\SysOperationServiceController\runOperation - line 88

(S)\Classes\SysOperationServiceController\run - line 27

(S)\Classes\SourceDocumentStateInProcess\journalize - line 22

(S)\Classes\SourceDocumentStateInProcess\doTransition - line 7

(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\CustPostInvoice\run - line 255

(S)\Classes\CustPostInvoiceJob\custPostInvoiceUpdate - line 108

(S)\Classes\CustPostInvoiceJob\run - line 17

(S)\Classes\CustPostInvoiceJob\main - line 40

(S)\Classes\xMenuFunction\runServer

(C)\Classes\FormFunctionButtonControl\Clicked

Cachelookup Simulations

$
0
0

Good afternoon,

 

I´m making some tests in may development environment to check how cachelookup property works. Well, i chose one table and made a query  on it, that returns just one row, through AOT, using the fields from the PrimaryIndex, which was a unique Index and the table´s primary key also..

With the entiretable cache, i could see that just the first select went to the SQL Server using the profiler. The other ones didn´t go there, because Dynamics was retrieving them from cache. 

 

When i change the table setting to Found, all my selects started to search the data in database, not just the first one. It is having the same behavior that the None CacheLookup (no cache). What could be wrong? I was thinking that with the found cachelookup, the row returned from the database in the first select  would be cached in AX and the other ones would look for it in cache, the same way that it worked in EntireTable, not in database anymore.

Regards.

How can I call Fck editor to Dynamics AX 2009 and modify html code attched to a field.

$
0
0

How can I call Fck editor to Dynamics AX 2009 and modify html code attched to a field.


AX 2012 to CRM connector

$
0
0

Hi, we are in the process of connecting AX 2012 to CRM 2011 online. I know we can synch sales orders, customer and contact (bi-directional) and item, invoice, Unit schedule, currency and Enum mastered in GP and flow into CRM.  

Based on what I have seen in my experience with GP to CRM integration, the existing Units, Picklists, Products, Units in CRM will be deactivated after the integration.

So does that mean, we need to make sure that these units are set up in GP (if not already) so that after integration, the units are recreated in CRM. I beleive so from what I understand. 

In AX, I beleive we can convert quote to Sales Order ( I see that we can confirm Quote and Create Sales Order. After Confirm Quote, does it create sale order automatically in AX? 

We need to push the Opportunity into AX 2012. I know this is not supported out of box Connector. But can any one tried this. I believe  we can custom program this. 

(We are planning to create opportunities and quoting in GP and then push opportunities from AX to CRM. The reason is that we have several BU that use CRM and we need to keep leads/opportunities central in  in CRM for reporting)  

I highly appreciate your thoughts and work-arounds. 

What are some of the key considerations for AX to CRM integration. I can refer to the common issues. But out of your experience, what are some of the major areas of concern and work-around. 

 

Thank You

 

Integrate Opportunity AX 2012 to CRM 2011 using connector?

$
0
0

Hi, I want to know if we can create a custom mapping and integrate Opportunity from AX 2012 to CRM 2011. We need to puch Opportunities from AX 2012 to CRM 2011 online. Is this doable? If so, could someone point me in right direction? 

Also could we be able to push leads and Quotes from AX to 2012? 

Thank you;

AX2012 Public Sector VPC Enterprise Portal problem

$
0
0

Hi All,

I ran into an issue with the AX 2012 VPC (Public Sector) the other day and I havent been able to figure it out yet. Maybe you guys can help out. On the AX2012 VPC (Public sector version from march 2012) I open the Enterprise Portal in IE. It opens in the Project Manager role center by default. Under My links you have the ability to click on Add Links.

This opens the Add Quick Link dialog screen. Here you have the option to either add a Desktop Link or a Enterprise Portal link. Both options have a dropdownbox with a tree of possible choices. However, when I click on a plus to fold out for instance Finance I get an error "There was an error in the callback".

I first thought this had something to do with Sharepoint (the Add Quick Links dialog looks like a standard sharepoint dialog screen) so I update it to the latest service pack/rollup. This did not solve the problem. The second thought was updating AX, but its already on CU2. The third thing I tried was redeploying Enterprise settings/components with AxUpdatePortal (per http://technet.microsoft.com/en-us/library/hh538462.aspx).

This didnt solve the problem either. No event log messages are logged, so I have basically nothing to go on.

Has anybody seen the same problem and maybe have a solution or at least a direction to look at?

Many Thanks

Dennes

AIF service group deploy fails with error "Index not found"

$
0
0

Hi,

 

I am facing problem in deploying the AIF service groups. Getting the below error when deployed from AOT.

The port 'AccountsPayableServices' could not be deployed.\nError: 

error CS0008: Unexpected error reading metadata from file 'c:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL\Dynamics.Ax.Application.dll' -- 'Index not found.'

 

Application compiles without errors and full CIL is generated successfully. I have a standalone box where AOS and client installed in same machine.

Any ideas would be appreciated.

 

Thanks in advance.

 

Regards,

M.L Gopala Krishna

Posting sales order packing slip when posting drop ship purchase order

$
0
0

When a receipt is posted against a direct ship (a.k.a., drop ship, buy-to-order) purchase order, the posted quantity is also reflected in the sales order line item's Receive Now. However, the sales order's packing slip does not get posted after the purchase order packing slip.

 

Is this by design or am I missing a control point somewhere?

 

If it is not by design, where is the bit of code that causes the posting of the sales order packing slip? I've been through PurchFormLetter and PurchFormLetter_PackingSlip dozens of times and cannot locate it.

Viewing all 73760 articles
Browse latest View live


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