‎19-05-2016 06:32 AM - edited ‎19-05-2016 06:35 AM
Hello Team,
Could you please guide me How to get the working/active repsoitory Name & Environment name through macro ?
Example :
ABC( environment name )
-ARepository
-BRepository - Im working on this repository currrently
-CRepository
I have to display the environment name as "ABC" and repository as "BRepository" through macro
Thanks in advance ,
Solved! Go to Solution.
‎19-05-2016 09:10 AM
Hello Arunakiri
You can try this (VB script)
Set oRoot = GetRoot Msgbox "This is the current environment: " & oRoot.CurrentEnvironment.Path Msgbox "This is the current repository: " & oRoot.Name