Condition
An SQL style rule is optionally put in by the XML author, to be used in a where clause of an SQL query.
Classes[edit]
UserInput[edit]
Asks the user to input data, such as confirming deletion of a record.
<Condition class="UserInput"> <ZName>ts_c_confirmdelete</ZName> <DisplayName>Confirm Delete</DisplayName> <SkipPreCheck>true</SkipPreCheck> <ClassOptions> <Prompt>Are you sure you want to delete this?</Prompt> <PossibleValues>Delete,Don't Delete</PossibleValues> <DisplayAs>Buttons</DisplayAs> <OnlyShowOnFail>true</OnlyShowOnFail> </ClassOptions> <Test>Equals</Test> <DesiredValue> <StaticValue>Delete</StaticValue> </DesiredValue> </Condition>