#
#		ITSV GmbH
#	CCDB - Command and Control Database
#
#	FILE:		dquermfile_genTestData.txt
#	DESCRIPTION:	DQUERY definition for CCDB DQUERY "genTestData"
#
@querytitle				Testdaten für KFOQSDB erzeugen
@querydescription		\
@group					KFOQSDBTDATA
@querytype				jsexpr
@attributenames			swproduct:swproduct:{{swprodoptions}},bomcomp:testboms:{{bomcompoptions}},maxrows:integer:{{maxrowsoptions}},variant:testdatavariant:{{variantoptions}},debug:yesno:{{debugoptions}}
@swprodoptions			{"labeltext":"Software-Produkt","typedesc":"Name des Software-Produkts für das Testdaten erzeugt werden sollen"}
@maxrowsoptions			{"labeltext":"Maximale Anzahl Zeilen","typedesc":"Maximale Anzahl von Testdatenzeilen, die erzeugt werden sollen, absolutes maximum wird durch die größte Anzahl von Datenwerten für ein Feld beschränkt"}
@variantoptions			{"labeltext":"Testvariante","typedesc":"Variante, die die Steuerung der Testdaten bestimmt"}
@debugoptions			{"labeltext":"Debugging","typedesc":"erzeuge Debug-Zusatzinformationen"}
@bomcompoptions			{"labeltext":"BOM-Komponente","typedesc":"ID der Komponente des betrieblichen Objektmodells, für die Testdaten erzeugt werden sollen"}
@aexpression
	functions.generateTestData(that.req,that);
