Dynamics AX integration with PDA

nav_presalesnav_presales Member Posts: 35
edited 2010-01-01 in Dynamics AX
Hello Experts,

I am working on one project for PDA and AX Integration. following are the fields we need to integrate between AX and PDA,

Product ID
Product Name
Batch No.
Date of Transmission
User Details – ID, Password
Warehouse ID
Warehouse Name
Volume
Quantity Cases
Location Code
Location Name
Physical Count – Quantity
Customer Code
GRN NO.
Delivery Order No.
Transfer Document No.


Can you please help me out with the time it require to get this integration done and wht could be the assumptions and challenges for it ?

Thank you in advance and Have a Happy New Year...... :D

Regards,
NAV Presales

Comments

  • jaestevanjaestevan Member Posts: 10
    You can develop a PDA app in .NET and connect to AX using the .NET Bussiness Connector or using an intermediate webservice, publish some classes as webservices so the PDA can interact with AX (AX2009, not sure if 4.X supports this option).

    I think you will encounter more problems in PDA development (thinks like compatibility, if you have different PDA machines) that in the integration itself. If the PDA S.O. is .NET compatible the integration is inmediate with .NET B. Conector, if not, you will have to design a connection strategy between PDA <> AX, but in any case the AX development to acomplish this will be minimal compared with the external dev. time that you probably will need.

    Here you have precise techincal information about that:

    http://msdn.microsoft.com/en-us/library/aa877498(AX.10).aspx


    Regards.
    [Dynamics AX developer]
    http://www.jaestevan.com (AX Dev Blog)
    http://twitter.com/jaestevan (follow me!)
  • nav_presalesnav_presales Member Posts: 35
    Thanks a lot for your reply. This will surely help me.

    Wishing you Very Happy New Year.... :D

    Regards,
    Pranav
Sign In or Register to comment.