You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since issue #198 has been resolved, ConnectToERPServer needs the ERP Server Plugin URL as parameter (because the URL isn't unique anymore, but depends on the connected Vault)
In Powerjobs there is still used ConnectToERPServer without any parameter, so a ERP connection can never be established in the jobs
The text was updated successfully, but these errors were encountered:
There is already a function ConnectToErpServerWithMessageBox which needs no parameter and connects automatically to the configured ERP system. But this function requires user interaction, since it produces Messageboxes. Not to use e.g. for jobs
I would add a new function ConnectToConfiguredErpServer which behaves similar as ConnectToErpServerWithMessageBox, but without Messageboxes.
Since issue #198 has been resolved, ConnectToERPServer needs the ERP Server Plugin URL as parameter (because the URL isn't unique anymore, but depends on the connected Vault)
In Powerjobs there is still used ConnectToERPServer without any parameter, so a ERP connection can never be established in the jobs
The text was updated successfully, but these errors were encountered: