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

How to process an RMA in Dynamics 2012

$
0
0

Our process is such that when a customer requires a return we input in RMA into the system, we dispatch a truck to go pick up and we receive the product back in inventory. Dynamics is currently not allowing me to put in a pick up address into the RMA. It looks like I can only put in the address on where to deliver it to. Is it possible to do this or do most people use a process outside of AX to alert the transportation company where to pick  it up. Thanks for the feedback from anyone using the RMA system in Sales and Marketing.


Dynamics AX 4.0 One Sales order to multiple Invoices based on packing slip

$
0
0

Hi Experts,

One sales order has multiple packing slip. In this case I would like to make multiple invoices based on packing slip. Is there any parameter / Setup setting required to achieve desired result.  

Thanks in advance. 

Vendor (form VendInvoiceJournal) doesn't show invoices when orderaccount is different form invoiceaccount

$
0
0

when using different vendors on an purchase order for orderaccount and invoiceaccount, when invoiced, the invoice doesn't show up in the form VendInvoiceJournal for the invoiceaccount, but is shown for the orderaccount.

Is there a way to change this behaviour ?

Thx

Ferry

Sequence number question AX 2012 R3

$
0
0

Just starting with ax 2012 R3 so be gentle :-)

I have a question regarding sequence numbers and the logic behind it.

I create a new customer in firm A it gets number 00001.

Now I have to create the same customer for our other firm, weirdly enough I have to change firms first then create a new customer and  point to the already existing company in firm1 (why isn't there a button for this like in suppliers ?????), where it gets number 00002.

Is there a way (standard) where it gets the same number 00001 ?

System errors AX 2009 & SQL Server 2007

$
0
0

Dear All, My system normally using with users, howerver, when you users posting journals, invoices, SO, PO, and so all. the system show this messages below: "Unable to allocate number for TableId %1, CurrentNextVal%2, NewNextVal%3. An error occured while obtaining new RecId value for the table." ALthough, I requested Technical's VOTIVA Software Consultant check and fix but can't not. My AX still has errors until now, so we can't not process for the next step transactions. So, I send you this email with your support. Kindly, give instructs, email me van.chau@dadlinc.com, or skype: vancvcafe Best regards, Van PM

Problem with Dynamics AX 2012 R3 on Lifecycle Services Cloud Hosted Environments

$
0
0

Hi All,

I am trying to deploy a Dynamics AX 2012 R3 environment in Lifecycle Services but I has not been possible, because when I try to download the certificate for Azure the following error is shown:

500 - Internal server error.

There is a problem with the resource you are looking for, and it cannot be displayed.

Please let me know the solution, because I need to deploy this environment.

Thank you very much.

Best Regards,

BLANCA

delete all transactions in AX 2012 database?

$
0
0

Hi, Could some one provide me a solution how i can clear all transactions from the AX 2012 system - I am using a test database, however, I need to clear all the trans so I can use this as a production.  Appreciate it someone can provide a solution

there seems to be a class - but I don't know how to execute them.

in Ax there is a class "SysDatabaseTransDelete ". Theses class deletes all transactions currently in the system.

Socket connection disposed error while running report

$
0
0

Dear All,

I am getting below error while generating report:

  • An error has occurred during report processing. (rsProcessingAborted)
  • Cannot read the next data row for the dataset XXX_DS. (rsErrorReadingNextDataRow)
  • An exception occurred in the query metadata execution. The exception is The socket connection has been disposed..
  • The socket connection has been disposed.
  • The read operation failed, see inner exception.
  • The socket connection has been disposed.
  • The socket connection has been disposed. Object name: 'System.ServiceModel.Channels.SocketConnection'.

What should be done to remove this error?

Regards,

Soni


Problem with Dynamics AX 2012 R3 on Lifecycle Services Cloud Hosted Environments

$
0
0

Hi All,

I am trying to deploy a Dynamics AX 2012 R3 environment in Lifecycle Services but I has not been possible, because when I try to connect with my Azure Subscription the following error is shown:

"An error has occurred. This error has been logged in our datacenter."

Please let me know the solution, because I need to deploy this environment.

Thank you very much.

Best Regards,

BLANCA

Email Distributor batch Job not deleting file

$
0
0

Hi,

  I'm hitting an issue in AX 2012 CU3 in the email distribution batch job. When sending multiple emails with the same named attachment only the first email will send and the rest will fail.  After some debugging I've found this the issue is in SysEmailDistributor.processemails() where the WinAPIserver::deletefile() fails to actually delete the attachment out of the temp directory.  It doesn't actually throw an error at this point but when it loops around the second time to the bindata.savefile() and tries to rewrite the same names file to this directory it jumps out to the exception catching and fails the email.  Strangely, when the batch job has finished processing the file then disappears (sometime after exiting the BatchRun::servergetNextTask() method).

Before both the save and delete command are the same permission assertions:

              fileIOPermission = new FileIOPermission(filePathName,'w');
         fileIOPermission.assert();

The permissions on the temp folder give full permission to the account under which the AX service is running.

I wouldn't expect it to be a coding error since its all unaltered foundation layer code.


Can anyone offer any insights as to what may be going on?  Why would the save work fine but the delete not work?  Are API delete calls somehow subject to ttsbegin / commit calls?

Any thoughts are apprecitated.

Cheers

David

 

 

 

calculated retail statement got deleted

$
0
0

Dear All,

Can any one tell that how user has deleted the calculated retail statement as std system does not allow to delete the calculated retail statement.

Thanks inadvance for your reply.

Regards

DAM

importing attendance in ax 2012 using x++ code

$
0
0

Hi all ,

Working on electronic time card form to import attaindence of employees. I am not able to import 2 fields i.e.

1) journal registration type & (2) start time

journal registration type having the enumtype value as clock in, clock out ,break ...so on ...

can I get any suggestion for it ...

Import csv in Electronic Timecard form

$
0
0

hi guys ,

i want to update Electronic Time Card form for attaindence sheet using csv.

import for one table using csv i had done earlier ...but this form includes many table for diff. fields ,,where some of the fields are methods. 

ny suggestion for it .

thanks in advance .

Performance shared (virtual) tables

$
0
0

I have a form with a grid on it. At first I used a cross company AOT query to retrieve data from 5 different datasources, joined to a root table.
This was not performing at al because of authorization matters and the quantity of the data.
My idea was to make the "root" table virtual and place this table in a form as datasource along with the non-virtual datasources I need.

In the executeQuery method of the shared (virtual) table i want to join the other datasources.

Is there a best practice approach for this, or is my thought wrong?

Editing Personnel Number ,First name, Middle name, and Last name

$
0
0

I modify the HcmWorker form  such that the Personnel Number ,First name, Middle name, and Last name are editable. 

My question  is editing the values of these fields after hiring new worker has any effect such that the changes will not be reflected in all forms display these values ?


AX 2012 Functional

$
0
0

Hi,Every one..

I am learning AX 2012 functional modul.My coursed is finished now.Can you any guide me how to prepare for interview.Please guide me...

Thanks inadvance.

Install AX 2012 Enterprise Portal on Sharepoint server 2013

$
0
0

I have been installing Enterprise portal for Dynamics AX 2012 R2 with CU7. All the pre-requisites have been installed including updates for sharepoint as mentioned in this Microsoft suggested link (technet.microsoft.com/.../dn169057.aspx) but I am still gettting the following error.

https://www.facebook.com/photo.php?fbid=10152055095438299&set=gm.706886052705647&type=1&theater

Exchange rate variance issue

$
0
0

Hi

I met an exchange variance issue when i post the general journal, the journal is listed as below:

Echange rate from CHF to CNY is 6.8396, system currency is CNY.

Debit = 10000 X 6.8396 = 68396

Credit = 68296 + 14.63 X 6.8936 = 68396.06

The point is i cannot change value for line 2(68296), it must be integer value. so how to deal with this kind of problem ?

many thanks.

PO error "Field (Promissorynotestatus) not visible"

$
0
0

Hi,

Every time I open Purchase orders in AX 2012 I receive the following message "Field (Promissorynotestatus) not visible". Does anyone have any idea what this is and what causes this? It is only happening for me so not sure if I should maybe reset my user data? Any suggestions?

Simple AIF integration

$
0
0

Hello,

I am looking to import an xml file into AX 2012 from an external vendor.  This file contains a lot of information but only two fields are required for me to create a record in AX. I have already written a class that takes in two fields and creates a record. From these fields the rest of the data is filled in through various table lookups and business logic.

My question is: What is the simplest way to to this? I have been reading about AIF, Services, Pipeline, Transforms but am a bit overwhelmed with all of the options. They all seem to be overkill when all I need is to input a file and only use two of the fields. My thought was to setup an ftp site for our vendor, create an inbound adapter that would take the file and process it, creating the required record. However the fields from the xml file don't directly map to the table, so I need to call my class method to properly create the record. This is really the part I am stuck on, assuming I am using the right approach.

Any thoughts on my approach, advice or links that would point me in the right direction would be gratefully appreciated.

Thanks,

Greg

Viewing all 73760 articles
Browse latest View live




Latest Images