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
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
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
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.
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:
The text was updated successfully, but these errors were encountered: