Changes

Selecting an eventid from a list of records

639 bytes added, 22:16, 4 November 2013
Breakdown of List Syntax
==Breakdown of List Syntax==
The variable above uses SmartSimple's [[List Syntax]]. The following is a breakdown of the different components of the syntax used, working from the inside out. {| border="1"|'''Syntax'''|'''Description'''|-|[[Image:VariableExampleBracketHash.png|link=|300px]]||-|[[Image:VariableExampleObjectandCriteria.png|link=|300px]]||-|[[Image:VariableExampleParent.png|link=|300px]]||-|[[Image:VariableExample-PleaseSelectVariableExampleStoreDisplay.png|link=|300px]]||-|[[Image:VariableExampleStoreDisplayVariableExample-PleaseSelect.png|link=|300px]]|*For [[Custom Field Type: Select One – Combo Box|combo boxes]], the values that are displayed are separated by semicolons. *The ''--Please Select--;'' will be the first value, followed by what is returned by ''@parent.[#...#]@''. *Given that there is a semicolon contained within the list brackets (''[#...#]''), each value from the returned list will be followed by a semicolon as follows:<br />''--Select One--;Payment 1;Payment 2;...;Payment N;''|}
Now that we have a stored list of ''eventid''s, we can refer to this field's [[stored value]] to perform operations on the selected records. For example, [[Workflow Task Type: Trigger Workflow|workflows can be triggered against these records]].
8,849
edits