Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in Powerjobs, ConnectToERPServer doesn't work #215

Closed
TollJulian opened this issue Jun 29, 2022 · 3 comments
Closed

in Powerjobs, ConnectToERPServer doesn't work #215

TollJulian opened this issue Jun 29, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@TollJulian
Copy link
Collaborator

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

@TollJulian TollJulian self-assigned this Jun 29, 2022
@TollJulian TollJulian added the bug Something isn't working label Jun 29, 2022
@TollJulian
Copy link
Collaborator Author

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.

@TollJulian
Copy link
Collaborator Author

solution built in into the pull request above

@PatrickGrub
Copy link
Collaborator

fixed in #216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants