8,849
edits
Changes
no edit summary
* The list of Payments in the dropdown should be automatically populated, depending on the record that the field appears on.
This example shows a dropdown on a record with two ''Payments'' in the ''Scheduled'' status.<br />
[[Image:DropDownExampleUsingListSyntax.png|link=]]
--Please Select--;@parent.[#(?object=activity;criteria=typename='Payment' and statusname='Scheduled';)~eventid~=Payment on $Scheduled Payment Date$ of $Payment Amount$;#]@
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, a [[Workflow Task Type: Trigger Workflow|workflows can be triggered against these records]].