DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Script method to remove optimized property in My DataFinder

Solved!
Go to solution

How can I programmatically (VBScript) remove a optimized My DataFinder property, so that it is no longer optimized?  

0 Kudos
Message 1 of 3
(2,083 Views)
Solution
Accepted by topic author markwkiehl

Maybe this could help?

Option Explicit  'Forces the explicit declaration of all the variables in a script.
Call Navigator.ConnectDataFinder(DataFinderName).GetSettings().OptimizeCustomProperty(Type, PropertyName, [OPTION])

2.JPG 

Message 2 of 3
(1,987 Views)

gsklyr, 

 

You are correct. Assigning the optimized data type of DataTypeUnknown when optimizing properties will remove the optimization.  Thanks for taking the time to help me out.  

0 Kudos
Message 3 of 3
(1,973 Views)