TO pass login userid and password as parameters from Navisio

renjitarenjita Member Posts: 40
Hi,

I have a issue in which i have to pass the Navision Login Userid and password from navision to .Net Dll. As parameters.But my problem is i am not able to get the password.

Can anyone suggest how can i get login password in Navision.

Regards
renjita

Comments

  • XypherXypher Member Posts: 297
    Through which table/form are you retrieving the U/P you wish to send to the .NET DLL?
  • DenSterDenSter Member Posts: 8,304
    The password for database logins are encrypted, and standard NAV functionality does not provide a method to decrypt them. You'll have to store them somewhere for this purpose, hard code it, or have the user enter it at runtime.
Sign In or Register to comment.