in

Dynamics User Group

Since 1995 - The Microsoft Dynamics Online User Community

Digital signature

Last post 05-08-2008 20:30 by Harish. 4 replies.
Page 1 of 1 (5 items)
Write a New Post Sort Posts: Previous Next
  • 05-06-2008 17:27

    • ronig
    • Not Ranked
    • Joined on 03-13-2008
    • Posts 22
    • Points 310

    Digital signature

    Hi.

    Does anyone know if i can use Digital signature at the AX?

    Thanks. 

    Roni

    • Post Points: 35
  • 05-07-2008 6:55 In reply to

    • manish_s
    • Top 500 Contributor
      Male
    • Joined on 10-04-2007
    • Noida
    • Posts 72
    • Points 1,165

    Re: Digital signature

    Hi Roni,

    I am not sure about 4.0.

    We customized a little regarding this 3.0, for putting e-signature on documents.

    In 4.0, we can use Digital signature. But I am not very much sure how...

    But if u go to Administration > Setup > Electronic signature. Here u can put the table name on which you want to add signature. Take form "Tutorial_SysSign" as an example.

    Try on those form, may be u get some idea...

    Manish
    • Post Points: 20
  • 05-07-2008 12:03 In reply to

    • ronig
    • Not Ranked
    • Joined on 03-13-2008
    • Posts 22
    • Points 310

    Re: Digital signature

    Hi Manish.

    Unfortunately i cant open the Tutorial_SysSign and i dont have anything called Electronic signature on Administration > Setup >

    I can't find any relevant data about implementing the Digital signature in AX at the HELP files, msdn or other web sites :0(

    Do u know where can i find documentation about this?

    Thank you so much for all the help.

    Roni 

     

    • Post Points: 20
  • 05-07-2008 14:33 In reply to

    Re: Digital signature

     

    You do not have it as it is not on your license. Talk to your partner and ask for a demonstration, if you are a partner you need a new license from Microsoft with it on!
    The art of teaching is clarity and the art of learning is to listen
    • Post Points: 5
  • 05-08-2008 20:30 In reply to

    • Harish
    • Top 25 Contributor
      Male
    • Joined on 01-21-2003
    • Herts, England
    • Posts 541
    • Points 4,326
    • DynamicsAXMVP
      Moderator

    Re: Digital signature

    Hi Roni

    It is fairly straight forward to import images into Ax and consume them in forms, reports etc.  You can try importing digital signature as an image.  For this the field should be set to 'Bitmap' EDT.   A quick code sample here -

    ----------------------------------------------------------------

    folder = "C:\\";
    fileName = "Signature.jpg"

    if (BinData.Loadfile(folder + filename)
    {
    ttsbegin;
    <Table>.<FieldName> = BinData.getData();
    <Table>.insert();
    ttscommit;
     }

    ----------------------------------------------------------------

    Please note that the above snippet is just a sample from Ax 3.0

    Harish Mohanbabu
    Long way to go before I sleep ..

    View Harish Mohanbabu's profile on LinkedIn
    • Post Points: 5
Page 1 of 1 (5 items)


Copyright Dynamics User Group, 1995-2008, all rights reserved. This website and user group are independent and not affiliated with the Microsoft Corporation.