Monday 8 June 2015

The value is not found in the map in Purchase Invoice - AX 2012

Hello Guys ..!

Some times we get below error while opening proforma invoice/invoice in Accounts payable

Error :

the value is not found in the map.

Reason:

This problem comes when we open pro forma/ invoice multiple times , system will keep this  into waiting stage.
 
Solution :

Step 1 :  AP->Inquiries->History->Invoice history and matching details (Click on this)
Step 2 : Give the purchase order number and filter records
Steps 3 : delete the record if field name “Job status”   is in “Waiting”.


@Rahul Talasila

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...