Datenverwaltungsfunktionen > Teilestrukturen verwalten > WindchillOptions- und Variantenfunktionen > Daten für Optionen und Varianten verwalten - Referenz > Daten für Optionen und Varianten laden > Aktivierungsregel
  
Aktivierungsregel
Laden Sie das Objekt "com.ptc.windchill.option.model.ChoiceEnable" mit dem Ladeprogramm Windchill in die Datenbank Windchill.
XML-Format:
<!ELEMENT csvBeginChoiceEnable (csvsourceChoiceName,csvnumber?,csvversion?, csviteration?,csvdescription?,csvlocal?,csvoptionSet?,csvcontainerPath?,csvlifecycletemplate?,csvlifecyclestate?,csvteamTemplate?)>
<!ELEMENT csvChoiceEnableTargetChoice (csvtargetChoiceName,csvcontainerPath?)>
<csvBeginChoiceEnable handler="com.ptc.windchill.option.load.Loader.beginChoiceEnable"><csvsourceChoiceName>D0005</csvsourceChoiceName>
<csvlocal>true</csvlocal>
<csvoptionSet>Bicycle Option Set Template</csvoptionSet>
<csvcontainerPath />
</csvBeginChoiceEnable>
<csvChoiceEnableTargetChoice handler="com.ptc.windchill.option.load.Loader.createChoiceEnableTargetChoice">
<csvtargetChoiceName>D0022</csvtargetChoiceName>
<csvcontainerPath />
</csvChoiceEnableTargetChoice>
<csvChoiceEnableTargetChoice handler="com.ptc.windchill.option.load.Loader.createChoiceEnableTargetChoice">
<csvtargetChoiceName>D0025</csvtargetChoiceName>
<csvcontainerPath />
</csvChoiceEnableTargetChoice>
<csvEndChoiceEnable handler="com.ptc.windchill.option.load.Loader.endChoiceEnable" />
Attribute für "csvBeginChoiceEnable"
Attribut
Beschreibung
Erforderlich oder optional?
csvsourceChoiceName
Name der Quellwahlmöglichkeit
Erforderlich
csvnumber
Regelnummer
Optional
csvversion
Version der Regel
Optional
csviteration
Iteration der Regel
Optional
csvdescription
Regelbeschreibung
Optional
csvlocal
Gibt an, ob die Regel lokal ist.
Optional
csvoptionSet
Geben Sie den Optionssatz an, für den die Regel erstellt wurde.
Optional
csvcontainerPath
Pfad zu dem Kontext, in dem sich die Quelle befindet
Optional
csvlifecycletemplate
Lebenszyklusvorlage
Optional
csvlifecyclestate
Lebenszyklusstatus
Optional
csvteamTemplate
Teamvorlage
Optional
Attribute für "csvChoiceEnableTargetChoice"
Attribut
Beschreibung
Erforderlich oder optional?
csvtargetChoiceName
Zielwahlmöglichkeitsname
Erforderlich
csvcontainerPath
Pfad zu demKontext, in dem sich die Zielauswahlmöglichkeit befindet
Optional