Thursday, December 8, 2016

INSTALL WAREHOUSE MOBILE DEVICES PORTAL-AX 2012 R3

To install the Warehouse Mobile Devices Portal.

Internet Information Server must be running on the machine where we want to install this application.
Run Microsoft Dynamics AX Setup.

 Choose the option to Add or modify components On the Add or modify components step,


enable the option Warehouse Mobile Devices Portal.

1

pre-requisites are checked.,May be required to install Asp.Net MVC2

22-1

click Next  Enter Domain,User Name,Password,website port as like below


  3

click next

4

click Next

5

Click Next and finish

6

When the setup is finished successfully, we can find the application in the folder C:\Program files (x86)\Microsoft Dynamics AX\60.

This folder(Warehouse Mobile Devices Prtal) contains a folder with an instance and application files to run the portal via the Internet Information Server.

 One of the subfolders contains the CSS style sheets. You can add or change the style sheets to have another look and feel.

  7


When we open the Internet Information Services (IIS) Manager, we find the portal as like below ,for Browse website , click on [Browse:13500(http)]

8
When we want to run the Mobile device, we need to open an internet browser on a device and type the URL http://[Machinename]:[Website port]. 

 in my case http://localhost:13500 then open web page

  9

click ---> log on to mobile device  one page open for sign in to AX , enter user id, password  and

  click on login

  (view below how to create work user in Ax-R3)


10 11

  create work user in Ax-R3 Go to AX client (AXR3)

Warehouse management-->setup-->work users-->worker


12
click on New button on Users work user tab and

create user as like below and set password with help of Reset password button as like below

  13

enter password and confirm password and click on set password

Saturday, December 3, 2016

SALES ORDER TO INVOICE STEP BY STEP -AX7

SALES ORDER TO INVOICE Step by Step -AX7
Go to  Sales and marketing>Sales orders>All sales orders click New   1   2 enter customer id >site and warehouse >ok 33-1   4 Click on Addline enter item number=X500 Quantity=8 unit price=15 click save(ctrl+S) 4-14-2 Tab sell > confirm sales order> click ok on "confirm sales order"   56 You are about to post the document without printing it. Select OK to continue. click "ok" 6-1 tab sell > journals>sales order confirmation>preview/Print 6-26-3 tab Pick and Pack > Generate Picking list> Posting picking list >ok 7 7-1 tab Pick and Pack >journals > picking list 7-2 tab Pick and Pack > Picking list registration Picking list Registration >update> update all 7-3   7-4 tab Pick and Pack > Post packing slip packing slip posting >ok 88-1 You are about to post the document without printing it. Select OK to continue.>ok tab Pick and Pack >journals > packing slip >click on packing slip>Preview/Print>original preview 8-28-38-48-5 tab invoice>invoice Posting invoice>ok 9 Posting invoice>ok You are about to post the document without printing it. Select OK to continue.>ok Processing operation - Order invoice 9-1 tab invoice>journals>invoice>click on invoice>view>original Preview 9-2   9-3   9-4   9-59-6 customer>Transactions>transactions 10    

Import Data From an ODBC Through DIXF-AX 2012

Microsoft Dynamics AX 2012 Data Import/Export Framework provide the functionality to import data from an ODBC data source into Dynamics AX we will illustrate how to import data from MS SQL database into AX. First we will create sample database that contain some data. Then create an ODBC data source, I have table in AOT , Whose name is DataIMPTable, as below 20.png

Open Microsoft SQL Server Management Studio, create new table as like below and enter record
 Go to Control Panel > Administrative Tools >  Data Source (ODBC). 

Click Add to create New ODBC. 23.png
 Open AX then Go To DIXF > Setup > Source data format >
  •  Click New
  •  Enter the Data Source Name, Description then select ODBC from the Type List
  •  From the DNS Type Select USer DNS
  •  From DNS Location Select Client.
24.png

Go To Common > Processing group > Click new enter the Processing group Name, Description > Click Ctrl + S to save > Click Entities

. Enter Group name =S-OBDC , Description=S OBDC

25.png Enter entity name = Data Imp Direct Table-2, Source data format=S_obdc enter sql query = select * from student Click Ctrl + S to save Click on Modify Source Mapping and map source and target fields as like
  • 13
12 Go To processing Group and select Group name and click on Get staging data
  • 1415
Click on Run Button --- > Ok
  • 16
they give  message for inserted record as like below
  • 17
  • Go to execution history for checking status
  • 18
Go to table and form and check data ,record inserted
  • 1920