Would like a new feature to pass a value to a filter from a cmd line call. When we do import / export from a cmd line, we would like to specify date values (for example) to the filter that is used by the import / export template which would then impact the resulting data. A special indicator could possibly identify in the filter that the value will be passed when the filter is used in a import / export template via cmd line.
Example “AC Incidents” Filter:
Date Received (FRACAS Incidents) is greater than or equal to [$1]
And Date Received (FRACAS Incidents) is less than or equal to [$2]
And A/C Type System Tree Items) is equal to [$3]
Example CMD Call:
WindchillQualitySolutions.ImportExport.exe "AC Incidents" -1:”01/01/2012” -2:”12/31/2012” -3:”787” -project:"FieldData" -file:"Civil" -user:”user" -pass:"pswd"
Would be useful feature from outside WQS GUI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.