cancel
Showing results for 
Search instead for 
Did you mean: 

Choosing a drop-down keyword through workflow

Kathy_Ganswindt
Champ in-the-making
Champ in-the-making
Hey everybody, I'm trying to set a keyword within a VB script workflow for a keyword with drop-down options. Does anybody know how the keyword's options are referenced, so I can call a particular option from the dropdown list? Thanks so much!
8 REPLIES 8

Thomas_Cupp
Employee
Employee

Hi Kathy,

Can I ask why you're trying to update the keyword using a VBScript? The reason I ask is there may be an easier way to accomplish what you're trying to do without using scripting.

Thanks,
Thomas

Joe_Pineda
Star Collaborator
Star Collaborator

When you instantiate the Current Doc, all kw's are available. If I understand you correctly, you're talking about a dataset, yes?

Kathy_Ganswindt
Champ in-the-making
Champ in-the-making
That's correct.

Kathy_Ganswindt
Champ in-the-making
Champ in-the-making
Hi Thomas, Here's what we're trying to do: We're trying to change specific document types via workflow, but we've got a keyword that represents what document type *they used to be*. Trouble is, that keyword is bound to a dropdown list for easy maintenance. I want to be able to match the old document type to the data-set keyword in workflow. I hope that clarifies the plan. 🙂