Hello Trudy
thanks for spending all the time for helping me.
i tried this morning a bit but i dont get any approach to fetch any data by ota api :/ actual i think i'm a bit to stupid to use ota api :D
establishing a connection and instantiating a factory will be don like this way i think :
set TDC = TDConnection set TSCFact = TDC.TestConfigFactory
but setting filters or using the NewList Method ist not clear to me at all :/
tried a few possibilities but nothin worked. tried with msgboxes do become something to screen but most of the time no msgbox popped off or if it comes it was emtpy..
set TSCFilter = TSCFact.Filter
TSCFilter(FieldName)="TSC_USER_01"
or
set TSCfgList = TSCFact.NewList(TestConfiguration_Fields.Field("TSC_USER_01"))
am i completly on the wrong track? it cant be that difficult :(
is it possible to activate a debugging mode or something like that? i dont know form where i should get any information why that crap didnt work.. :( i'm poking around in the dark
i tried to apply the
Example: Copying Field Values to Another Object to my problem but nothing happens.
is it right to use TestConfigurationFactory or have i to use TestFactory and filter out the COnfigurationsfields from the test?
thankz