Sage 50 User Security with SDK (.NET)

Is there any way to log on to the company with a specific Sage 50 User Company from the SDK .NET ?

Previously, with COM interface, there is an option (CheckCompanyUsesPasswords) to ask Sage 50 if the company we want to open has security (User and password) to log on to the company, to prevent access to unwanted users.

Then, I would like to know if the new SDK .NET has some similiar behaviour.

  • 0

    it's a two stage process, an administrator has to first approve the application, and then once approved when a user logs in, the application is allowed to communicate with S50, under the currently logged in users ACL.  Basically, the application abides by it's own ACL, regardless of 3rd party addons being allowed, they run in the current context of the user currently logged into S50.  For apps that run out of context (with s50 closed), yeah they will run regardless, but hopefully you trust all of those apps, because you know, you installed them.  And then an S50 admin approved and created the cert for them to run.  I mean wow, yeah they can login at night and do things, like be awesome, but you allowed it.  Quickbooks has had the same model for 10+ years, it works, don't install shady apps.