
To allow users to add commentary to multiple campaign members at once, I'd like to do the following, starting by clicking a button on a campaign page. Please let me know where I'm doing something wrong. Also, if we could speak on the phone, it would be super helpful. Thanks.
- Screen: Show multi-select checkboxes of a dynamic record choice based on campaign members that meet certain criteria.
- Fast Lookup: Lookup all campaign members that were selected. (Do I save in an sobject variable? Or an sobject collection variable?)
- Screen: Display the name of each campaign member from (2) along with the existing notes, along with a text box to allow user entry. (How do I get the pattern Campaign Member, Campaign Member Field, Text Box and then get it to repeat?)
- Assignment: Change the sobject variable or collection from (2) by appending the user entry from (3).
- Fast update all records from the newly assigned variable.
- Show an error message if someone else updates at the same time
- Say thank you.
4 Antworten

Michael, for some reason the loop is only looping through the first of the selected campaign members. Any ideas?