Sie sind auf Seite 1von 48

Microsoft Dynamics AX 2012 R3

WMS/TMS Workshop
Hand on lab 4
Mobile device and outbound example

Disclaimer
2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks
and/or trademarks in the U.S. and/or other countries. Other names and brands may be claimed as the property of others.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation.
Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft
cannot guarantee the accuracy of any information provided after the date of this presentation. All pre-release product release dates and features
specified are preliminary based on current expectations, and are subject to change without notice. Microsoft may make changes to specifications and
product descriptions at any time, without notice.
Sample code included in this presentation is made available AS IS. THE ENTIRE RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS
WITH THE USER.

MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. NO LICENSE, EXPRESS OR
IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS PRESENTATION. Microsoft products are not
intended for use in medical, life saving, or life sustaining applications.
Contents
Summary ................................................................................................................................................................................. 4
Technology .............................................................................................................................................................................. 4
Setup ....................................................................................................................................................................................... 4
Scenario Background .............................................................................................................................................................. 5
Exercise 1: Mobile device menu item ..................................................................................................................................... 6
Business Problem ............................................................................................................................................................... 6
Hints .................................................................................................................................................................................... 7
Exercise 2: Mobile device menu ........................................................................................................................................... 11
Business Problem ............................................................................................................................................................. 11
Hints .................................................................................................................................................................................. 12
Precondition: Inventory on-hand .......................................................................................................................................... 14
Exercise 4: Create a sales order ............................................................................................................................................ 17
Business Problem ............................................................................................................................................................. 17
Hints .................................................................................................................................................................................. 18
Exercise 5: Reserve inventory for sales order line ................................................................................................................ 19
Business Problem ............................................................................................................................................................. 19
Hints .................................................................................................................................................................................. 19
Exercise 6: Create shipment, load, wave and work .............................................................................................................. 22
Business Problem ............................................................................................................................................................. 22
Hints .................................................................................................................................................................................. 23
Exercise 7: Login to Mobile device ........................................................................................................................................ 34
Business Problem ............................................................................................................................................................. 34
Hints .................................................................................................................................................................................. 34
Page | 2
Microsoft Corporation. All rights reserved.
Exercise 8: Process work, pick and place in the staging area. .............................................................................................. 37
Business Problem ............................................................................................................................................................. 37
Hints .................................................................................................................................................................................. 37
Exercise 9: Load truck ........................................................................................................................................................... 42
Business Problem ............................................................................................................................................................. 42
Hints .................................................................................................................................................................................. 42
Exercise 10: Confirm shipping of load ................................................................................................................................... 47
Business Problem ............................................................................................................................................................. 47
Hints .................................................................................................................................................................................. 47

Page | 3
Microsoft Corporation. All rights reserved.
Summary

The objective of this lab is to provide Dynamics partners and customers a guided view of Dynamics AX 2012 functionality
in the warehouse management area. This lab focuses on the setup of mobile device menu items for a warehouse worker
picking of sales orders and driver loading of a truck. This lab is the last of a series of labs and will contain a small exercise
to validate the correctness of the configuration of all the labs.

Technology

Microsoft Dynamics AX
Warehouse Mobile Device Portal
Internet Explorer

Setup
Each lab machine is setup in a virtual environment. If youre asked to press CTRL-ALT-DELETE please
press CTRL-ALT-END.

The password for the User Administrator is pass@word1.

Page | 4
Microsoft Corporation. All rights reserved.
Scenario Background
Warehouse management module contains a number of setups that needs to be done to mimic the work flow in your
warehouse.
This lab material will take you through a simple setup for a sales order work flow. The setup you do in this on-hand lab
will be used for the remainder of the warehouse management labs.

This lab material is part of a series of labs.

1. Product set up.


2. Warehouse blue print.
3. Warehouse flow.
4. Mobile device and outbound example.

These labs are sequenced and depend on each other.

Page | 5
Microsoft Corporation. All rights reserved.
Exercise 1: Mobile device menu item
Warehouse management provides the option to set up a variety of mobile device menu items and configure the flow on
the mobile device, without the need to write code.

Business Problem
Your warehouse workers are working inside the warehouse and responsible for picking the items and placing the items
at the outbound staging lanes.
The drivers are responsible for loading their truck. The driver will borrow a mobile device for this purpose.
You need 2 new menu items.
Warehouse worker menu item
1. Menu Item name = SalesPick.
2. Title = Sales pick.

The following rules needs to be configured for this menu item:


1. This menu item is used to perform existing work.
2. All work orders are printed out and the warehouse worker takes one at a time and performs the work.
3. The target license plate must be auto generated.
4. If the pallet/container used to pick into is full, the users are allowed to complete the picking and declare the
pallet/container full, and thereby split the work.
5. Users who have access to this menu are only allowed to perform the work lines if the work class is = SOPick.
6. Validation scan for the pick location is required.
7. Validation scan of the quantity picked is required.
8. Validation scan for the put location is required.

Driver menu item


1. Menu Item name = Load.
2. Title = Load.

The following rules needs to be configured for this menu item:


3. This menu items is used to perform existing work.
4. The driver must be allowed to group the work during loading.
5. The driver can only perform the work lines if the work class is = SOLoad.
6. Validation scan of the quantity picked is required.
7. The driver doesnt confirm the put.
Hints
Warehouse worker mobile device menu item

Warehouse management > Setup -> Mobile device > Mobile device menu items.
Click New.
Menu item name = SalesPick.
Mode = Work.
Title = Sales pick.
Use existing work = true.
Display inventory status = false.
Directed by = User directed.
Pick and pack = false.
Generate license plate = true.
Anchoring = false.
Override target license plate = false.
Allow splitting of work = false.
Display summary of pick screen = false.
Count total item quantity first = false.
Disable cycle count thresholds = false.
Pick oldest batch = None.
Audit template ID = <Blank>
In the Work class section, click New.
Work class ID = SOPick.
Work order type = Sales orders.
Maximum quantity = 0.
Unit = <Blank>

In the action pane, click Work confirmation setup.


Click New.
o Work type = Pick.
o Auto confirm = false.
o Location validation = true.
o Quantity verification = true.

Page | 7
Microsoft Corporation. All rights reserved.
Click New.
o Work type = Put.
o Auto confirm = false
o Location validation = true.
o Quantity verification = false.

Click Close.

Page | 8
Microsoft Corporation. All rights reserved.
Driver mobile device menu item

Warehouse management > Setup -> Mobile device > Mobile device menu items.
Click New.
Menu item name = Load.
Mode = Work.
Title = Load
Use existing work = true.
Display inventory status = false.
Directed by = User grouping.
Generate license plate = false.
Anchoring = false.
Override target license plate = false.
Allow splitting of work = false.
Display summary of pick screen = false.
Count total item quantity first = false.
Disable cycle count thresholds = false.
Group put away = true.
Pick oldest batch = None.
Audit template ID = <Blank>
In the Work class section, click New.
Work class ID = SOLoad.
Work order type = Sales orders.
Maximum quantity = 0.
Unit = <Blank>

Page | 9
Microsoft Corporation. All rights reserved.
In the action pane strip, click Work confirmation setup.
Click New.
o Work type = Pick.
o Auto confirm = false.
o Location validation = false.
o Quantity verification = true.
Click New.
o Work type = Put.
o Auto confirm = true.
o Location validation = false.
o Quantity verification = false.

Click Close.
Click Close.

Page | 10
Microsoft Corporation. All rights reserved.
Exercise 2: Mobile device menu
Business Problem
The mobile device menu items you set up in the exercise before must be made available on the mobile device. The
menu structure is set up under the mobile device menu. With the story we have had so far, the correct solution would
be to create a special menu for the driver and a special menu for the warehouse worker. This would, however, require
that we had created two work users and assigned a menu to each of the work users. We only configured 1 work user,
Red01, so for the purpose of this lab you will need to do the following:

1. Create a menu for the warehouse worker


Name it Pick.
Assign the menu item SalesPick to this menu.
Assign menu pick to the main menu.

2.
Create a menu for the driver
Name it driver.
Assign the menu item load to this menu.
Assign menu driver to the main menu.

Page | 11
Microsoft Corporation. All rights reserved.
Hints

Warehouse management > Setup -> Mobile device > Mobile device menu.
Click New.
o Name = Pick.
o Description = Pick.
o In the Available menus and menu items section, click SalesPick.
o Use the mouse to drag this to the menu structure, pick.

Click New.
o Name = Driver.
o Description = Driver.
o In the Available menus and Menu items section, click Load.
o Use the mouse to drag this to the menu structure, Driver.

Page | 12
Microsoft Corporation. All rights reserved.
Now you still miss assigning the menus to the main menu.

Click Main.
In the Available menus and menu items section, click Pick.
Use the mouse to drag this to the menu structure, Main.
In the Available menus and menu items section, click Load.
Use the mouse to drag this to the menu structure, Main.

Click Close.

We have now completed the configuration of a simplified outbound procedure. The purpose of the remainder of the
exercises is to test the setup performed in all the labs.

Page | 13
Microsoft Corporation. All rights reserved.
Precondition: Inventory on-hand
For this lab there has been no setup of the inbound side. If you have configured this on your own, go ahead and test you
configuration.

Below is the script to get on-hand into the inventory.


Create license plate

Warehouse management > Setup > Warehouse setup > License plates.
Click New.
License plate = 1.

Click Close.

Create batch numbers

For the purpose of the sales order example we want to have 2 different batch numbers.

Inventory management > Inquiries > Dimensions > Batches.


Click New.
Batch number = 1.
Item number = 1.
Click New.
Batch number = 2.
Item number = 1.
Click Close.

Page | 14
Microsoft Corporation. All rights reserved.
Adjust on-hand quantity for item 1

Product information management > Common > Released products.


Find item number = 1.
Click item number = 1.
Click Manage Inventory > View On-hand inventory > Quantity adjustment.
Click Inventory dimensions display.
Configuration = false.
Size = false.
Color = false.
Style = false.
Site = true.
Warehouse = true.
Inventory status = true.
Location = true.
License plate = true.
Pallet ID = false.
Batch number = true.
Serial number = false.
Save setup = true.

Click OK.

Page | 15
Microsoft Corporation. All rights reserved.
Click New.
o Item number = 1.
o Site = Redmond.
o Warehouse = Red01.
o Batch number = 1.
o Location = pick-002.
o Inventory status = Good.
o License plate = 1.
o Quantity = 10.
Click New.
o Item number = 1.
o Site = Redmond.
o Warehouse = Red01.
o Batch number = 2.
o Location = pick-002.
o Inventory status = Good.
o License plate = 1.
o Quantity = 90.

Click OK.

Didnt succeed?

Here are a number of errors you can encounter if your setup does not go as expected.

1. Location profile pick does not use license plate tracking.

Page | 16
Microsoft Corporation. All rights reserved.
Error: License plate specified on a non-license plate controlled location.

Solution: Use License plate tracking = false, on your location profile, Pick. Change this configuration.

2. Location pick does not allow mixed inventory batches.

Error: Location pick-002 does not allow mixed batches.

Solution: Allow mixed inventory batches = false on your location profile, Pick. Change this configuration.

3. Missing reservation hierarchy on item 1.

Error: A reservation hierarchy must be set up for the item. You can create transactions for the item after a reservation
hierarchy has been set up.

Solution: Assign reservation hierarchy Bunder to item number 1.

Exercise 4: Create a sales order

Business Problem
Customer US-001 called and placed an order for item number 1, quantity 1. The Redmond warehouse will ship this to
the customer.
Create the sales order for customer US-001.
Add the sales order line for item number 1, quantity = 1.

Page | 17
Microsoft Corporation. All rights reserved.
Hints

Sales and marketing -> Common -> Sales orders -> All sales orders.
Click New.
Customer account = US-001.
Site = Redmond.
Warehouse = Red01.

Click OK.
In the Sales order line section, click Add line.
Item number = 1.
Quantity = 1.
Unit = EA.
Site = Redmond.
Warehouse = Red01.
Inventory status = Good.
Save line <CTRL+S>

Page | 18
Microsoft Corporation. All rights reserved.
Didnt succeed?

Here are a number of errors you can encounter if your setup does not go as expected.

1. Missing unit sequence group ID on item number 1.

Error: Unit sequence group ID has not been specified for item 1. Go to the Released products details form to complete
the setup.

Solution: Set up the unit sequence group ID for item 1.

2. Dimension location or dimension batch was entered on the sales order line.

Message: Dimensions location level and below have been specified on the sales order line. Warehouse management
processing can no longer be used to process this line.

Solution: Delete the sales order line and create it again without entering the location or the batch number dimension on
the sales order line.

Exercise 5: Reserve inventory for sales order line

Business Problem
Reserve on-hand inventory for item number 1 for the sales order line you just created.

Hints

Sales and marketing > Common > Sales orders > All sales orders > Sales order lines > Inventory > Reservation.
Page | 19
Microsoft Corporation. All rights reserved.
Click Reserve lot.

Click Close.

Didnt succeed?

Here are a number of errors you can encounter if your setup is not as expected.

1. No on-hand displayed in form.

Issue: No on-hand is displayed in the form.

Solution: There can be a number of reasons for this:

a. The site, warehouse, or inventory status on the sales order line is not correct. Fix the dimension on the
sales order line.
b. There is no available on-hand with these dimensions for item 1. Go back to item 1 and check this.
2. Batch dimension displayed in the form.

Issue: Batch dimension is displayed in the form.

Solution: There can be a number of reasons for this:

a. The storage dimension group associated with the item is not warehouse process enabled. Surrender,
you are in too deep to fix this within the time left for this class.

Page | 20
Microsoft Corporation. All rights reserved.
b. Batch dimension is above location dimension in the reservation hierarchy. Adjust on-hand quantity to 0.
Create a new reservation hierarchy, where the batch dimension is below the location dimension. Use
the periodic job, Change item hierarchy, to change the reservation hierarchy for item 1 to the new
correct one you have just created.

Page | 21
Microsoft Corporation. All rights reserved.
Exercise 6: Create shipment, load, wave and work

Business Problem
The configuration you set up earlier on the wave template will ensure that as soon as you click release to warehouse
from the sales order shipment, load, wave, and work will be auto created.
Release the sales order to warehouse.
Find the shipment ID :_____________________________
Find the load ID :_____________________________
Find the work ID :_____________________________
Location first work line :_____________________________
Location second work line :_____________________________
Location last work line :_____________________________
Work pool ID :_____________________________
Work priority :_____________________________
Stop transaction third work line :_____________________________

Page | 22
Microsoft Corporation. All rights reserved.
Hints

Sales and marketing > Common > Sales orders > All sales orders > Warehouse management.
Click Release to warehouse.

If you have configured everything as expected you receive a message like this.

Find the shipment ID: Sales and marketing > Common > Sales orders > All sales orders > Sales order lines > Warehouse
> Shipment details.

Click Close.

Page | 23
Microsoft Corporation. All rights reserved.
Find the load ID: Sales and marketing > Common > Sales orders > All sales orders > Warehouse management > Load
planning work bench or Sales and marketing > Common > Sales orders > All sales orders > Sales order lines >
Warehouse > Shipment details or Load details.

Didnt succeed?

Did you configure the query for the wave template for warehouse Red01 as seen below?

This query will create the shipment only when clicking pressing release to warehouse from the sales order.

Page | 24
Microsoft Corporation. All rights reserved.
Find the work ID: Sales and marketing > Common > Sales orders > All sales orders > Sales order lines > Work details.

There are a number of places you can find the work ID!

Didnt succeed?

There can a number of reasons you didnt have work created. Validate some of the hints below.

1. Have you set up the wave template for warehouse Red01?


2. The wave template you have for warehouse Red01 is set up in the following way:
Automate wave creation = true.
Process wave at release to warehouse = true.
3. Check the query on the wave template. Have you filled in something in the advanced query?
4. Did you configure a location directive for work order type sales orders for warehouse Red01
with work type pick?
5. Did you fill in a value in directive code or disposition code? If yes, remove it.
6. In the line with sequence 1, in the line section, did you configure the restrict by unit = true?
7. Location directive actions for the line with sequence 2.
8. Did you remember to set batch enabled = true?
9. Open the Query for line with sequence number 1

10. Is Location pick-002 associated with location profile ID pick?


11. Does Item 1 not have an on-hand quantity on location pick-002?
12. Is the Location first work line: Pick-002?

Didnt succeed?
Page | 25
Microsoft Corporation. All rights reserved.
There can be a number of reasons why the location for the first pick line is not pick-002:

1. Location is pick-001.
This means you have on-hand quantity for pick-001.
2. Location is empty.
This requires the following configuration of location directive failures.
You have an entry like the one seen below.

Or, the form is empty.


This allows for the creation of work even if the location directive cannot resolve
the first pick location.
3. Did you configure a location directive for work order type sales orders for warehouse
Red01 with work type pick?
4. Did you fill in a value in directive code or disposition code? If yes remove it.
5. In line sequence 1 of the Line section, did you configure the restrict by unit = true?
6. Location directive actions for the line with sequence 2.
7. Did you remember to set batch enabled = true?
8. Open the Query for the line with sequence number 1.

9. Is Location pick-002 associated with location profile ID pick?


10. Does Item 1 not have an on-hand quantity on location pick-002?

Fix your configuration. Cancel work. Go to load planning work bench, delete the load. Release to warehouse from the
sales order again.

Location second work line: Stage.

Page | 26
Microsoft Corporation. All rights reserved.
Didnt succeed?

There can be a number of reasons why the location for the second work line is not Stage. Since the stage location profile
was already in the demo data set, the most likely reason is given below.

1. Location Stage in warehouse Red01 is not associated with location profile Stage.
2. You associated the location profile Stage with multiple locations in warehouse Red01.
3. The Location stocking limit for location profile ID Stage or the location Stage in warehouse Red01 has a
restriction on the capacity.
4. Location directive Redmond single item stage doesnt exist for work order type = Sales order?
5. Location directive Redmond single item stage exists for work order type = Sales order.
a. Is Work type = put?
b. Is Warehouse = Red01?
c. Is Directive code = Stage?
d. Is Disposition code = <blank>?
e. Is Multiple SKU = False?
6. If the above location directive exists and the configuration was correct,
a. Check the line section, what is the to and from quantity?
b. Unit = <Blank>
c. Locate quantity = None?
d. Restrict by unit = false?
e. Locate packing quantity = false?
f. Allow split = false?
7. If all of the above was correct, check the location directive action.
a. Only use item fixed location = false.
b. Allow negative inventory = false.
c. Check the query.

8. Check the work template.


Page | 27
Microsoft Corporation. All rights reserved.
Have the stage here?

Fix your configuration. Cancel work. Go to the load planning work bench, delete the load. Release to warehouse from
the sales order again.

Location last work line: Baydoor

Didnt succeed?

There can be a number of reasons the location for the last work line is not Baydoor. Since the stage location profile was
already in the demo data set, the most likely reason is given below.

1. The location Baydoor in warehouse Red01 is not associated with the location profile, Baydoor.
2. You associated the location profile, Baydoor, with multiple locations in warehouse Red01.
3. The location stocking limit for location profile ID Baydoor, or the location Baydoor in warehouse Red01 have a
restriction on the capacity.
4. The location directive Redmond single item baydoor doesnt exist for work order type = Sales order.
5. The location directive Redmond single item baydoor exists for work order type = Sales order.
a. Is work type = put?
b. Is Warehouse = Red01?
c. Is directive code = Baydoor?
d. Is disposition code = <blank>?
e. Is Multiple SKU = False?

Page | 28
Microsoft Corporation. All rights reserved.
6. If the above location directive exists and the configuration was correct,
a. Check the line section, what is the to and from quantity?
b. Unit = <Blank>
c. Locate quantity = None?
d. Restrict by unit = false?
e. Locate packing quantity = false?
f. Allow split = false?
7. If all of the above was correct, heck the location directive action.
a. Only use item fixed location = false.
b. Allow negative inventory = false.
8. Check the query.

9. Check the work template.

Page | 29
Microsoft Corporation. All rights reserved.
Have the Baydoor
here?

Fix your configuration. Cancel work. Go to the load planning work bench, delete the load. Release to warehouse from
the sales order again.

Page | 30
Microsoft Corporation. All rights reserved.
Work pool ID: Red01Out

Didnt succeed?
Check the work template, you forgot to add the work pool ID to the work template.

Have Red01Out
here?

Add this manually to the work order. If you want to have a proof of concept, fix your configuration, cancel work. Go to
load planning work bench, delete the load. Release to warehouse from the sales order again.

Page | 31
Microsoft Corporation. All rights reserved.
Work priority: 1
Didnt succeed?
Check the work template, you forgot to add the work priority to the work template.

Have 1 here?

Add this manually to the work order. If you want a proof of concept, fix your configuration. Cancel work. Go to the load
planning work bench and delete the load. Release to warehouse from the sales order again.

Page | 32
Microsoft Corporation. All rights reserved.
Stop transaction third work line : true

Didnt succeed?
Check the work template, you forgot to set the stop flag on the third line.

Have true?

Fix your configuration. Cancel work. Go to the load planning work bench, delete the load. Release to warehouse from
the sales order again. You will not succeed with the exercise on the mobile device menu if this setting is false.

When your work order looks exactly as it does below, you are ready to proceed.

Page | 33
Microsoft Corporation. All rights reserved.
Exercise 7: Login to Mobile device

Business Problem
Log on to the mobile device menu using Internet explorer.
Log on with the credential you have created for work user Red01

Hints

Open Internet explorer.


Go to the address : http://localhost:8999

Click Log on to the mobile device.


Enter your credentials.

Page | 34
Microsoft Corporation. All rights reserved.
Click Login.

Page | 35
Microsoft Corporation. All rights reserved.
Didnt succeed?

1. I dont see any menus.


a. Check the menu name for work user Red01.

2. I see the main menu, but I dont see the pick and the driver menus.

Page | 36
Microsoft Corporation. All rights reserved.
a. Ensure you have assigned the Mobile device menu items Pick and Driver to the main menu.

Exercise 8: Process work, pick and place in the staging area.


Continue from exercise 7

Business Problem
Warehouse worker must pick the item and place the item in staging area.

Hints

Click Pick.

Dont see Sales pick. Check the


mobile device menu pick.

Select Sales pick.

Page | 37
Microsoft Corporation. All rights reserved.
Not what you are seeing? Check your
configuration of the mobile device menu item
Sales pick

Enter a work ID into the Scan a work ID field.


Click OK.

Page | 38
Microsoft Corporation. All rights reserved.
Location from first pick line from
the work order. Because we configured
location validation scan for
this menu item.

Because location pick-002


is license plate tracked.
Item 1 is on LP 1

Because we
configured quantity
validation scan for
this menu item.

Because we allowed pick


location override on the work
user.

Scan Loc = pick-002.


Click OK.
Scan LP = 1.
Click OK.
Scan Qty = 1.
Click OK.

Page | 39
Microsoft Corporation. All rights reserved.
Scan Quantity = 1.
Scan Batch number = 1.
Click OK.

Page | 40
Microsoft Corporation. All rights reserved.
Because we configured location
validation scan for this menu
item.

Because Generate license


plate = true on mobile
device menu item SalesPick

Because we
allowed put
location override
on the work user.

Scan Location = Stage.


Click OK.

Because next work has stop


transaction = true

Page | 41
Microsoft Corporation. All rights reserved.
Your work order now looks like this.

Work Status = In process.

Work line 1 and work line 2 have the B = Closed.

Exercise 9: Load truck


Continue from exercise 8.

Business Problem
Play the role of the driver reporting what is loaded into the truck.

Hints

Log in to the mobile device. Click Cancel and go back until you are back at the main menu again.
Click Driver.

Page | 42
Microsoft Corporation. All rights reserved.
Click Load.

Scan ID = Work ID, or the target License plate ID from the work order header.
Click OK.

Page | 43
Microsoft Corporation. All rights reserved.
Because we configured
quantity validation scan for
this menu item.

Scan Qty = 1.
Click OK.

Page | 44
Microsoft Corporation. All rights reserved.
Because directed by = User
grouping on the mobile device
menu item Load

Click Done.

The put validation screen was


bypassed and auto complete, because
we configured auto confirm in the
work confirmation setup for mobile
device menu item Load

Page | 45
Microsoft Corporation. All rights reserved.
You have now completed the loading.

Work status = Closed.

Shipment status = Loaded.

Load status = Loaded.

Page | 46
Microsoft Corporation. All rights reserved.
Exercise 10: Confirm shipping of load

Business Problem
You need to confirm the shipping of the load.

Hints

Warehouse management > Common > Load planning work bench.


Find your load.
Click Ship and receive > Confirm > Outbound shipment.
Your load status is now loaded.
If you wish to continue with packing slip update and invoice update.

CONGRATULATIONS!

You have now successfully completed this lab and validated the setup you made in the previous labs.

Page | 47
Microsoft Corporation. All rights reserved.
Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make
business decisions with greater confidence. Microsoft Dynamics works like and with familiar Microsoft software, automating and
streamlining financial, customer relationship and supply chain processes in a way that helps you drive business success.

U.S. and Canada Toll Free 1-888-477-7989


Worldwide +1-701-281-6500
www.microsoft.com/dynamics

The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the
date of publication. Because Microsoft must respond to changing market conditions, this document should not be interpreted to be a
commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of
publication.
This lab manual is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS
TO THE INFORMATION IN THIS DOCUMENT.
Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of
this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means
(electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of
Microsoft Corporation.
Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter
in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does
not give you any license to these patents, trademarks, copyrights, or other intellectual property.

2011 Microsoft Corporation. All rights reserved.


Microsoft, the Microsoft Dynamics logo, Microsoft Dynamics AX, Excel, Internet Explorer, PivotChart, PivotTable, SharePoint, SQL
Server, and Windows are either registered trademarks or trademarks of Microsoft Corporation.

Page | 48
Microsoft Corporation. All rights reserved.

Das könnte Ihnen auch gefallen