The thing is though you won't be able to run that client app on the server so unless the app scans across the network I don't think it'll do what you...
If I understand you correctly, you have created a win form app that runs on the users PC? As this is a different approach you can use a different so...
If you have a .NET app then you can start a workflow using C# code on the client side, no need to have an endpoint assembly. https://help.nint...
You can use the endpoints assembly to call into .NET code - https://help.nintex.com/en-US/k2five/userguide/5.0/default.htm#ServiceBrokers/EndPoints/...
No worries, For the double entry issue, it looks like you're using a stored procedure to add the data to the table - I would add a check in the...
Is there any way to clear down any Item References that get created as part of your WF? You can clear down data fields but I can't see a way to...
An updated version of https://community.nintex.com/t5/K2-Five-blackpearl/Excel-Import-Service-Broker/ta-p/177090 to support a number of new feature...