Hi,
Our customer will use webclient/tablet client for people on the road.
These people have to be able to read an e-id in navision and store the data (name, adress, etc.)
For the RTC client we have a dotnet library (swelio) we can use.
However, that requires that the dotnet variable be "run on client".
As you will probably know, this is a feature limitation in the webclient, you cannot 'run on client" a dotnet in the webclient...
Does anyone have an idea how i can still make it possible in the webclient to read an e-ID/smartcard??
It is really important i can do this.
0
Answers
i'm sure i'm not the first one who has to search a workaround for something in the webclient?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Just OffTopic: Yeah, you are not the first one but all the time when we faced with such issue we just refused to use related functionality in Web client. But that's not your case, as I got.
yes, i've been looking into that.
there is a javascript out there to read e-id
https://github.com/timvanginderen/eid-javascript-lib
but, to make a control add-in from this.... i don't have the knowledge to do so.
Don't even know if it's possible to make a control addin from this.