Options

TAPI for Attain

KühniKühni Member Posts: 2
edited 2003-02-28 in Navision Attain
Hello,

I want to display the navision customer card when receiving a telephone call. The TAPI-Connection use only the dialer-function. Please help me.

Comments

  • Options
    bostjanlbostjanl Member Posts: 107
    Kühni wrote:
    Hello,

    I want to display the navision customer card when receiving a telephone call. The TAPI-Connection use only the dialer-function. Please help me.

    Hi!

    You should use difrent API. We used one from www.activetapi.de . Try it. They have one API for Navision, so it is very simple to control phone functions.

    BostjanL
  • Options
    janpieterjanpieter Member Posts: 298
    You could create yourn own ActiveX component that handles TAPI events and use it as automation in Navision Attain. Don't forget to turn on the WithEvents property and all TAPI events you wish can be received in the object you want (for example codeunit 1).

    But you need knowledge of:
    - Visual C++
    Or
    - Delhi
    Or
    - Visual Basic (Don't know if VB supports all TAPI events haven't figured out jet).
    - .NET programming language
    In a world without Borders or Fences, who needs Windows and Gates?
Sign In or Register to comment.