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

Post and print packing slip from inventory management module

0
0

Hi There,

Suppose the warehouse staff post the packing slip from inventory module by path "Inventory management->Common->Shipments", on the shipments form, select a record and from the "Functions" menu button, select the "packing slip" menu item to post it.

The problem is if we don't select "Print packing slip" on the posting dialog, we cannot get a second change to print the packing slip from inventory management module again.(at least i haven't found another way to print the packing slip in the inventory management module)

My Questions:

1. Is it a good idea to ask the warehouse staff to post the packing slip from "Inventory management" module?

2. how to print the packing slip from the "Inventory management" module again after i posting it?

many thanks.


AX2012R2 DIEF Import of Sales Agreements

0
0

Hi all,

we have the necessity to Import sales agreements. I have not found a standard entity and AX brings up an error when I try to generate a new entity using the wizzard (tables with inheritance can are not supported by the wizzard).

Has anyone done this Import already?

 

Posting Payment Journal AX 2012

0
0

Hi

I am receiving the following error message when posting the payment journal with settling the Open Invoice(Invoice generated from sales order) in AX 2012

"The transactions on voucher xxx do not balance as per [date]. (accounting currency: -1.00 - reporting currency: -1.00)"

Please help to resolve the Issue.

 

Thanks

Ravi Popli

 

 

AX2012 SSRS only printing 19 of 51 pages.

0
0

We have an issue where only part of our report prints to the printer. The preview to screen shows all the pages, but when printing only a subset goes through.

Compilation

0
0

I did by command line: axbuild.exe xppcompileall ...

Can I import some log to AX, and systematically correct the code - What is the best practice after failed full compilation?

Thanks :)

Intercompany question

0
0

Following situation:

I do have 4 companies in AX:

cmpA (Production)

cmpB (MainCompany)

cmpC (Agency General Office)

cmpD (Agency)

cmpC gets  SO from cmpD with stuff order by IC from CmpB (and cmpB has sometimes to order at cmpA)

Is it possible to Setup IC the way that on SO creation in cmpC the PO at cmpD is created as well (as the well as the PO creation on cmpC to cmpB?

Reason is that all order stuff for cmpC and cmpD is done by the same Person and cmpC gets orders from cmpD and real customers and I want to avoid that the Person has to Switch to cmpD everytime when an order from cmpD arrives

Sales Order line - item transaction missing

0
0

I created a sales order with 13 lines. All the lines are fine except two of them. Those two lines have qty of 1 per each on sales order line but there is no inventory transaction. The customer was charged with the sales amount but inventory was not reduces for those two items and I see no inventory transaction related to that sales order. When I go to invoice journal those two lines have contribution ratio of 100.

Thank you.

changing RFQ status to Canceled

0
0

How can I change status to RFQ to Canceled ?

it can be sent, accepted or rejected. 


Workflow Previous Element Error

0
0

Hi,

I'm trying to customize a workflow and getting the below error

I can't navigate to the error and none of the workflow elements is showing any error.

This error is preventing the workflow activation.

Any idea?

Thank you.

Project Control Statements is NOT Displaying WIP Budget Amounts

0
0

I have a fixed price project group setup with everything pointing to balance.  The actual costs are showing up in the WIP buckets for the forecast / budget #s are not, they are showing up in the P&L buckets.  How do I get them to appear in WIP budget?

Auto-release Sales order which is not reserved (R3 Warehouse Management)

0
0

In R3 Warehouse Management, Sales orders cannot be released to the Warehouse (for picking) until stock is reserved to the sales order.

In the scenario where stock is not available when a sales order line is created (and the A/R Reservation parameter is set to 'Automatic') then the reservation will never occur automatically - even if stock later becomes available.

In WMSII, this scenario was handled by the functionality around 'Shipments', the 'Shipment reservation' periodic job and the 'Activate shipments' tick box on that periodic job. You could release a sales order to the warehouse (Post picking list) which would create a shipment. 'Activate shipments' will create picking routes if stock can be reserved. Putting 'Activate shipments' to run repeatedly in batch will ensure picking routes are created automatically when stock becomes available.

Is there any functionality I can use in R3 Warehouse Management to achieve a similar outcome? That is to say, some functionality that will automatically release a sales order line (which is not reserved) when stock becomes available?

AX2012R3 WMS Transfer to new load

0
0

Hi,
I have a load with two outbound shipments. From one of the shipments I perform the function "transfer to new load". Now, this new load will not have a load template and the direction will be "none". Any idea how this new template can be changed to direction outbound?

File Upload in Enterprise portal with record creation

0
0

Hi,

In AX 2013 R3, I have a form on Enterprise portal where person fills data and uploads a file.

File upload is mandatory here.

What control to use and how to implement file upload?

I don't have control over 'Save and Close' button on the EP form. Also, where to write validation logic whether person has selected file from File upload control or not  & file does exist or not his machine or not.

Please guide.

Thanks.

Time consuming problem on AX EP.

0
0

Hello,

I have EP project.

1. I connect the EP project to some elements - Everything is fine, but one of the element is AxReportViewer.

The report viewer pass a parameter to AX (by bussiness logic), so

2. It need to connect to ax by Business connector.

3. It uses business logic, and run the ax method.

4. The ax method create and returns a temporary file back to the report (table in tempdb). BTW, the file contains only about 20 records.

5. The report viewer show a graph.

6. Also, I have realized that after each change to class/table/etc and doing iisreset - that take too long time to run EP again.

That take about 10 seconds.

What can I do to improve the time that it takes?

Shall I connect each time by business connector when using method (that may take time either) - Can I connect only for the first time (The EP has an axGridView that show a list of customers, and every time I am focus on other customer, the reportviewer is refreshed, and I connect again and again by business connector)? Maybe solution is to write a service that there is always a connection and run objects dynamically (by name) - How can I do that, and does that solve a little problem of time consuming?

Thanks :)

AIF Webservice: AddressFilter mismatch EndpointDispatcher

0
0

hi,

   I have problem with configuration AIF WebService for AX 2009. When I call any methods from WS update, create, find I get below error:

"Cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender receiver's EndpointAddresses agree"

I call WS from external network. Is there problem in my configuration or in my code

AX_CT.ECCustTableService_ARTClient proxy = new AX_CT.ECCustTableService_ARTClient();
            proxy.ClientCredentials.Windows.ClientCredential.Domain = "domain.local";
            proxy.ClientCredentials.Windows.ClientCredential.UserName = "user";
            proxy.ClientCredentials.Windows.ClientCredential.Password = "password";

            AX_CT.AxdECCustTable_ART axdCustTable = new AX_CT.AxdECCustTable_ART();
            AX_CT.AxdEntity_CustTable_1 custTable = new AX_CT.AxdEntity_CustTable_1();

            custTable.Name = "Nowa nazwa firmy";

            axdCustTable.CustTable_1 = new AX_CT.AxdEntity_CustTable_1[1] { custTable };

            AX_CT.EntityKey[] entityKeyList = new AX_CT.EntityKey[1];
            AX_CT.EntityKey key = new AX_CT.EntityKey();
            AX_CT.KeyField[] keyFields = new AX_CT.KeyField[1];
            AX_CT.KeyField keyField = new AX_CT.KeyField();

            keyField.Field = "AccountNum";
            keyField.Value = "OPO9999";

            keyFields[0] = keyField;

            key.KeyData = keyFields;

            entityKeyList[0] = key;

            try
            {
                proxy.update(entityKeyList, axdCustTable);
            }
            catch (Exception excepn)
            {
                Console.Out.WriteLine(excepn.ToString());
                Console.ReadLine();
            }



Pick List Printing to Multiple Warehouse Locations

0
0

Our company recently converted to AX 2012. One of the major areas we need to enhance is the ability to automate the printing of pick lists. This should not be something the user is required to change on each order. Based on the warehouse specified on each order the picking list will be directed via a print job to the appropriate printer designated for each specific warehouse. Basically a hand-off approach to distibuting picking lists using AX standard functionality or some third party application.

Does anyone utilize or know of a good solution to achieve this result?

Thanks.

Early Payment Discount also being applied on Credit Memo of Invoice

0
0

It is being reported by one of my users that when they invoice a purchase order that has a credit and will receive an early payment discount the epd is also being applied to the credit memo.  The funny part is the amount is the epd amount is the same dollar amount that is given for the Invoice.

I have never seen this before so I am wondering if this is a bug on our end, or procedural.

Keep in mind we have a highly customized system, but I know we have made no code changes that I would think would affect what is being reported.

Thanks so much for any insight given in my research.

More than one quality orders processing for one batch

0
0

Hi,

Is it possible to process more than one quality orders in one batch? It is possible to add more than one quality associations to an item therefore more than one quality orders will be created for a batch. However when I validate one of the quality order I got  "Quality order already open for item xxx and batch xxx" infolog".

Thanks

Robert

Vendors and their employees

0
0

Our company is slowly moving to AX and I'm trying to figure out something.  We have many different vendors we use and the employees of those vendors have to get training from us before they can work in our buildings.  For example, we use a roofing company for all our branches.  They have many employees who need to get trained per branch.  This means even if they have been trained for branch 1, they would still need different training before working at branch 2.

I have the roofing company in the vendor list but now I want to be able to add all their employees and what training they have had.  I know I can add contractors but then how can I link them all to the roofing vendor?  The reason I want to do this is because I want to be able to run a report that shows me all the employees from the roofing company that need specific training, etc.

Can someone please help?

Prerequisite check: WSDL URI not accessible

0
0

Hi,

After upgrading AX2012 R2 with CU1 and a kernel Hotfix -so that the current system version is 6.2.1000.693- and after running the initialization checklist, I had to reinstall the Enterprise Portal component to resolve some issues with it.

When I start the Microsoft Dynamics AX Setup trying to install de Enterprise Portal component, I get an error at the prerequisite check:

Performing a service status check for prerequisite 'Application Object Server (AOS) Services WSDL URI accessible'. - Check failed.

When I click on the "Error"link I get the message:

"Resolution: Attempt to access the WSDL port manually by entering the URI http://<SERVER>:/DynamicsAx/Services/MetadataService. ..."

It seems that the port (8101) is missing in the URI the prerequisite checker is trying to access.

If I enter the URI http://<SERVER>:8101/DynamicsAx/Services/MetadataService in the browser it works without any problem.

How can I solve this error to continue with the installation of the Enterprise Portal?

- I have only one AOS instance in this server and more than one client configuration file so I’ve regenerated the WCF configuration under the Connection tab from Client Configuration Utility.

- I have restarted the AOS but this has made no difference, the error still persists.

- I’ve check the Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dynamics\6.0\Configuration\Original (installed configuration) & SetupProperties and I have verified the port number of the wdsl entry is 8101.

Regards

Viewing all 73760 articles
Browse latest View live




Latest Images