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

Sales Order, Item: Enumerated text order, packing slip does not exist

$
0
0

Sales Order, Item: Enumerated text order, packing slip does not exist

I am using AX 2012 R3 CU12.

So far I have checked: 

- Inventory Management > Setup > Posting > Posting.  Both Packing Slip and Packing Slip offset have an account attached.

- Inventory Management > Setup > Inventory > Item Model Group.  I have checked Post Physical Inventory Here (along with other options):

- None of the ledger calendars are on hold except one for next year (2018).

- Accounts Receivable > Setup > AR Parameters, Updates menu.  I have unchecked the post packing slip checkbox.

I am either doing something wrong or none of these things fix the issue.  Does anyone know how to fix this issue or have any other suggestions?

Thanks!


RE: Purchase Order Wrong Net Amount

$
0
0

Hi,

I have checked, few items are having figure in this field.

How do i check where this figure coming from? Because from our side, we did not do any changes to the item.

Tq

RE: Purchase Order Wrong Net Amount

$
0
0

This field is updated manually unless you have any customization in place.  Is you have database logs enabled check that

RE: Purchase Order Wrong Net Amount

$
0
0

Well, someone has added this setting for the items.

If database logging was used for item settings, you can see from there who has changed it and when. If database logging is not enabled for this table, there's no way to find out who did it. But you can enable the database logging for this field if you want. Then you would catch these changes in the future.

docs.microsoft.com/.../configure-and-manage-database-logging

RE: Displaying text in a report

$
0
0

Are any of the conditions met? Did you notice that both of your if statements have the exact same conditions?

Displaying text in a report

$
0
0

I want to display a (string) text in a report.  The data type in the report is string  and i want to display the value if one of the conditions were met.  I wrote below code and displays nothing. 

display str dispExportImport()
{

str lblImp_exp;
;
if (CustInvoiceTable.ignVesselType == 1 && CustInvoiceTable.ignOperationType == 0)
{

lblImp_exp = "EXPORT";



}
else if (CustInvoiceTable.ignVesselType == 1 && CustInvoiceTable.ignOperationType == 0)
{

lblImp_exp = "IMPORT";


}


return lblImp_exp;
}

RE: import opportunity from excel

$
0
0

please specify what is wrong with Your code @Dinkar ??

import opportunity from excel

$
0
0

i have a requirement to import opportunity from excel using x++ job . i have customer account number and name field also when i am trying to create new party its giving the last name in all entry and other fields are working fine . i think issue in this line

               DirParty = DirParty::constructFromCommon(smmOpportunityTable, DirUtility::getCurrentDateTime(),DirPartyType::Organization);
                DirParty.parmName(conPeek(readcon,3));

plz suggest me thanks in advance...


RE: Microsoft Ax in virtual hard disc Error : The server is unavailable. check your configuration and network connection and try again for

$
0
0

Have you provide sufficient resources to your Virtual machine? If resources are not sufficient then AOS service will fail to start.

RE: Error when import Inventbatch by DMF

$
0
0

It seems like issue is with your Data. Export same entity and compare with your actual one.

RE: Error when import Inventbatch by DMF

$
0
0

Hassan Raza's comment strikes a chord.

On second look at your Excel data, the date Format and string conversion could possibly be an issue..

RE: I don't setup Mode of Delivery

$
0
0

Hi Cuong,

Did you also include products for the mode of delivery?

RE: configuration Verifone vx520 with ax2012

$
0
0

i need to send cost from retail POS to my device and then approve payment 

configuration Verifone vx520 with ax2012

$
0
0

i already have this device Verifone vx520 and i need integration with ax 2012

because i want amount appear direct into this device to pay directly so is there any guide for that

RE: Hijri Calendar

$
0
0

Hi Mostafa Mahmoud,

Follow below the steps,

To show Hijiri Calender, had a look in the sysdate EDT which is showing Calendar to select a particular date, this EDT is referring to SysDateLookUp Form, then I duplicated the form and made changes as Folllows.

1.Duplicate the SysDateLookUp Form and Name it as HijiriDateLookup.

2. In the Init method set the calendar type to Hijiri Calender (default is from user settings) this will show you the Hijiri Calender. But it will return the Gregorian(English) Date only

3. in CloseSelect method just convert the return date to Hijiri Date, to do this I Added a new method to convert that Gregorian(English) Date to  Hijiri  Date using Native AX Dotnet Namespaces.

4. Created New String  EDT HijriDate  and set lookup ref to this new form, and set some properties to look like default Datetime picker (look at the EDT)

5. refer this EDT in the Table fields or the controls in the form for Hijiri Date.


Hijri Calendar

$
0
0

Hi all , 

did anyone know how to enable Hijri calendar in ax 2012 

RE: Microsoft Ax in virtual hard disc Error : The server is unavailable. check your configuration and network connection and try again for

$
0
0

Hi ,

The AX AOS service won't start right after the installation , first see whether services state whether is under Started or Starting or Stopped .
Once it's started you will get screen with initialization check list.

update with your findings.

Hope this will help.

Amith Prasanna

RE: AX 2012 R3 WHS Raw Material Picking Releasing work to Warehouse with Full Reservation Required but without Full Reservation

$
0
0

Thanks Guy, i will look into that, as currently not using statuses on stock, so that could be an idea as makes perfect sense

Dave

AX 2012 R3 WHS Raw Material Picking Releasing work to Warehouse with Full Reservation Required but without Full Reservation

$
0
0

In AX 2012 R3 (CU8), using WHS for Raw Material Picking to a Production Order.  On the Production Order, "Require Full Reservation" is set and works in general.  The issue is when there is NO physical On Hand but there is enough Inventory to reserve, Work is released to the Warehouse for all items, but the items that do not have physical inventory do not appear on the Work.  The whole point of requiring the reservation is to require material to be available before releasing work to the warehouse.  Is there a setting that will only allow Work to be released to the Warehouse when ALL material is available for movement?  I fear I'm missing a check box somewhere.

RE: Microsoft Ax in virtual hard disc Error : The server is unavailable. check your configuration and network connection and try again for

$
0
0

Folks ,

I see Microsoft Dynamics AX Object Server 6.3$01-MicrosoftDynamicsAX service in "Starting Mode" .
Any solution for this.

Viewing all 175888 articles
Browse latest View live


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