Combine linked credentials with macro's

Combine linked credentials with macro's

0 vote

avatar

Simple suggestion however maybe less simple to implement.😉 

Anyway here goes: would it be possible to create macro variables to retrieve the credentials from the linked/inherited object?
I find the current macro password a bit tedious having to manually re-enter the password again.





For instance, in above example which I use to autofill credentials, it would be easier if I could change my macro to:
{DELAY}{TAB}{DELAY}$LINKEDVAULT_USERNAME${TAB}$LINKEDVAULT_PASSWORD${TAB}{ENTER}

The $LINKEDVAULT variable is simply an example as it should also work for inherited credentials however you probably catch my drift.

cred.jpg

macro.jpg

All Comments (2)

avatar

Hello,

did you already tried the $PASSWORD$ (for linked) and $PARENT_PASSWORD$ (for inherited) variable?

Please note the requirments to get this work

You'll find all the available variables at the left bottom of the specific session entry:
forum image

Regards,
Min

avatar

Thanks, managed to get it working, perfect! ;)