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

Bug in Work-creation for Inventory Movement (WHS R3)

$
0
0

Hi everybody,

i recently experienced strange behaviour during work creation for Inventory movement and i believe it's a bug.

Some MS code prevents to move a quantity of one item. Movements past one are working out.

The infolog warning is misleading too (Inventory movement work can’t be created for lines where the Quantity to be moved field or the Movement type code field are not specified. Specify these fields to create inventory movement work.). I'm quite sure it is a bug and the bold part below should be this.QtyToMove == 0 to prevent work creation for zero items. Whats your opinion? By the way...where can i report bugs?

Here is the code (Table WHSMovementCreate, Method: createMovementWork):

// Check the lines that were touched
select firstOnly RecId from this
    where   (  this.QtyToMove != 0
            || this.MovementTypeCode != ''
            || this.ToLoc != '')
         && (this.QtyToMove == 1
          || this.MovementTypeCode == '');

if ( this.RecId != 0 )
{
   allLinesValid = checkFailed("@SYS4010251");
}

Greetings
Nils


Purchase Order Issue with workflow

$
0
0

I am facing an issue related to purchase order when i process a purchase order with workflow. After approval and confirmation, there is no inventory transaction and no on order items. That's why Product receipt is not generating successfully. The surprising thing is some times inventory transactions are made for same data and Product Receipt is generating successfully. And Without using workflow , it is working absolutely fine.

Can anybody tell me how can i resolve this issue.

Issue in AX 2012 R3 AXBUILD Compilation just after fresh installation !

$
0
0

Hi, 

I was installing AX 2012 R3 and was done successfully. After that i need to run initialization checklist under which full compile was required so to save my time i ran axbuild which compile it pretty soon but in compilation checklist it doesn't seem to be completed. I though mark it as complete but later on .net compile i have got numbers of error. 

Any suggestion what went wrong? Thanks in advance.

Setting up registre groups ( Module Taxes)

$
0
0

Hello,

I am Setting up Tax module, particularly  register groups, I cannot figure the chart accounts. The system send a massage: The type of record to be sale tax for the account, What am I doing wrong ?? =(   Thanks !!!

Print window off screen

$
0
0

Hi All,

 

I’m having an issue with one of the print windows within Microsoft Dynamics AX in that when I open this particular window it will open in the middle of the screen but each time I go to print the window opens further to the left of the screen each time until eventually it’s so far left it doesn’t show on the screen and I can’t select it to drag to the middle. The window is definitely opening as it appears in the task bar.

 

I have previously spoken to our local Dynamics support who have reset my user values within the programme for me which solves the problem temporarily, the print window is in the middle again but moves left each time it opens. This not a long term solution as the issue keeps recurring. Every time my user values are reset I also lose any pre-saved data within the programme which isn’t something that I wish to do again.

 

We use vWorkspace as an RDp to an Windows 2008 R2 Enterprise server. All other windows open fine, is their somewhere where the parameters\coordinates of opening windows can be set?

 

Ledger Error submitting pay statement.

$
0
0

After creation of the Pay statement in Payroll > Common > Pay statements > All say statements

when I Submit for payment, the system throws the following error.

"One or more accounting distribution is missing a ledger account or contains a ledger account that is not valid.  Use the Accounting distribution form or the Posting profile to update the ledger account."

and

"The state of the source document or source document line could not be updated. . The Payroll clearing account is set in the Payroll parameters and I can post the Pay statement, but when I try to submit it I get the 'accounting distribution error'.

I can post the Pay statement so i think the Payroll accounting set up is correct, I suspect that the issue is on the AP side, where/how should I check to see what ledger account is having the problem?

Thanks.

Customized invoice sequence in salesrder

$
0
0

Hi,

How to customize the sales order invoice number based on invoice date ?

ex :invoice date = 7/30/2014 and invoice seq no like 19052

i want to  get the invoice number like 201407-19052

Can anyone guide to do

Regards

veer

How to move the cost from WIP to COGS month by month with specific Project in Dynamics AX 2012

$
0
0

How to move the cost from WIP to COGS, month by month with specific Project in Dynamics AX 2012


How to properly Reverse a PO Invoice.

$
0
0

Hello, we are currently in the middle of our migration into AX 2012 R2 and have a few posted PO Invoices that need to reverse due to a glitch in one of our mods. I have yet to find any answer on how to do this from Microsoft or from the web. Even our AX Partner has been unable to give us an answer on how this is done. 

I would greatly appreciate anyone that could help me with the correct steps on how to properly reverse these PO Invoices.

Thank You.

Unable to add One Particular Account to Dynamics Lifecycle services

$
0
0

Hi All,

I am trying to add one particular account to dynamics lifecycle but it's not letting me add that account. I can add all other accounts, just not that particular account.

Does anybody know what would be causing this issue? I don't think it checks against any database while its adding the account. Not much information provided with the error, just says find support.

Thanks,

Mapping security key to the portal page menu item

$
0
0

To which objects should put security keys (or other definition) in web portal objects to have possibility to give user rights to portal site in AX user group setup functionality. New objects in web portal

How to move security roles from one AX environment to another?

$
0
0

1. How to move security roles from one AX environment to another?

2. What are  some pro and cons of creating new Process cycle?

3. Security role have to be in same Model as projects(AOT: Tables, Forms, Reports)?

Thanks in advance!

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

 

 

 

AX 2012 and Microsoft Project 2013

$
0
0

Has anyone linked AX 2012 CU7 with Project 2013 or does AX strictly support 2010?  I can' t find much documentation there.

AX Macro

$
0
0

Is there a way to record a macro in AX. In other words to record some steps and then exexute the same steps multiple times just like the macro in GP?


Install AX Report Extensions Cmdlet

$
0
0

Has anyone tried to use the report extensions installer cmdlet that comes with one of the later CUs of R2 on an older version of AX? I guess I'll just try but just wondering if anyone has any experience with it.

AX 2012 R3 - Customizing the XML response file generated when SO is created via AIF

$
0
0

Hi all,

I have a scenario where we want to have the XML response file in a specific format when a SO is created via AIF. 

(I am referring to XML response file which is generated as a confirmation for creation of SO and has SO id etc.)

How I can modify the format of this response file and add more information (fields on this)?

Please share your feedback,

Planned Production order completing in wrong warehouse and location

$
0
0

hi

in our production process system generates Planned Production order through Master Planning. when we firm orders system shows wrong warehouse in inventory dimensions. on item level warehouse settings are correct and on warehouse level location settings are correct. we have 2 companies both used for manufacturing, in one company it does not happen (completion of PO is correct).

I have created manual order for same product and it shows correct warehouse and location in inventory dimensions. only for planned orders it shows wrong warehouse. please suggest

Run a report on a daily basis

$
0
0

Hi,

Hopefully someone can help me? I have a report that I've written that produces results based on todays date. The date parameter is configured via a UIBuilder that populates the date parameter with todays date and works great when run manually by a user. What I've been asked to do is to automate the delivery of the report via email on a daily basis. I set the report to run as a batch thinking it would just work, but for some reason the date parameter is always set to the date that the batch job was created, not todays date. Has anyone got any ideas how to get around this?


Thanks in advance.

scrap&item price cost calculation AX 2012

$
0
0

Hi All, In BOM we already setup variable and constant scrap, and we need option to use it in Item Price Cost Calculation. Is there any possiblility to use both constant and variable scarp for Item Price Cost Calculation!?

Thanks

Josip

 

Viewing all 73760 articles
Browse latest View live


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