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

Connect to Live ERP and Test system depending on connected Vault #198

Closed
PatrickGrub opened this issue Oct 28, 2021 · 3 comments
Closed
Labels
enhancement New feature or request

Comments

@PatrickGrub
Copy link
Collaborator

PatrickGrub commented Oct 28, 2021

User story

As a Vault user, I want to be login automatically to my ERP Test system when i log in to my test vault, but when I log in to my productive vault I want to automatically logged-into my productive ERP system.

Solution

The solution was already implemented but must be included in our powerGateTemplate:

@PatrickGrub PatrickGrub added the enhancement New feature or request label Oct 28, 2021
@PatrickGrub PatrickGrub changed the title Connect to Live and Test system depending on connected Vault Connect to Live ERP and Test system depending on connected Vault Oct 28, 2021
@TollJulian
Copy link
Collaborator

TollJulian commented Feb 17, 2022

Solution: The Vault- and ERP names can be configured as "Test" or "Productive" directly in the Comunication.psm1.
The script selects then the ERP system related to the connected Vault. If the Vault is not mapped, you get an Error message.

The ERP connection must be done after the Vault login (function OnLogon for Vault Client, function InitializeWindow for Inventor), since it depends on the Vault now.

Pull Request open

@TollJulian
Copy link
Collaborator

Implementation tested successfully

  • Vault Client:
PGTemplate_198_VaultTest.mp4
  • Inventor:
PGTemplate_198_InventorTest.mp4

@TollJulian TollJulian mentioned this issue Feb 23, 2022
@PatrickGrub
Copy link
Collaborator Author

Closed see #204

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants