Accessing fb options for Vault in scripts

I'm trying to set some properties in Vault action.

Here's the code:

dim vaultOptions
Set vaultOptions = GetOptionsObject("Vault")

Action.Repository = "SomeVaultRepo"
Action.UserID = vaultOptions.UserID
Action.Password = vaultOptions.Password


I keep getting the following error:

Object doesn't support this property or method: 'vaultOptions.UserID'

What am I doing wrong?

Thanks
Christian

Hi Christian

It’s a bug, I justed tested it here and got the same error. I’ll get the fix done today and let you know when a test build is ready with the fix included.


Hey Vincent,

You certainly run a slick shop :slight_smile:

Thanks as always
Christian

Vincent,
Do you have an estimated date when the new release will be shipped?
Thanks
Christian

Christian,

The latest build is 281, here’s the url:
https://www.finalbuilder.com/downloads/finalbuilder/420/FB420_281.exe

[I’m not 100% sure if the fix that Vincent did is included in this build - will check with Vincent tomorrow]

.t8

Cool thanks Tate. I’ll probably wait until you confirm whether fix is in before I install.
Thanks
C

Posted By Christian Crowhurst on 29 Aug 2006 10:05 AM
Cool thanks Tate. I'll probably wait until you confirm whether fix is in before I install.
Thanks
C


Hi Chrisitian

The fix is in Build 281.


Brilliant :slight_smile: