Is there a way to set / select 2 or more values from a value list in property definitions automatic values using VBScript.
I know that it is fairly simple to select 1 value using the ID of an Item.
e.g)
Output.SetValue MFDatatypeLookup, 1
I tried the following, however I get a mismatch error
Dim selectedValues
selectedValues = Array(1, 2)
Output.SetValue MFDatatypeMultiSelectLookup, selectedValues
Any help on this matter would be greatly appreciated