UI Model for a collection field
I have a form with a collection field which contains three fields
I can't figure out how to do this in my UI model
Can anyone point me in the right direction?
The MEMBERSHIPPROGRAMID list needs to take the SITEID argument from the first dropdown when selected, and the MEMBERSHIPLEVELID listneeds to take the program id from the second dropdown.
<c:FormField FieldID="MEMBERSHIP" DataType="XML" Caption="Membership">
<c:Collection>
<c:Fields>
<c:FormField FieldID="SITEID" Caption="Fundraiser">
<c:SimpleDataList SimpleDataListID="4c16edc9-d10a-4f71-89a4-875c6b42d3dc" EnableTypeAheadFilter="true" EnableTypeAhead="true" BlankValueCaption="No Selection"/>
</c:FormField>
<c:FormField FieldID="MEMBERSHIPPROGRAMID" Caption="Membership Program">
<c:SimpleDataList SimpleDataListID="f15989b6-f1f5-4dab-beb6-939266cb10bb" EnableTypeAheadFilter="true" EnableTypeAhead="true" BlankValueCaption="No Selection"/>
</c:FormField>
<c:FormField FieldID="MEMBERSHIPLEVELID" Caption="Membership Level">
<c:SimpleDataList SimpleDataListID="85ce5cff-3088-474c-8809-a72f045067d7" EnableTypeAheadFilter="true" EnableTypeAhead="true" BlankValueCaption="No Selection"/>
</c:FormField>
</c:Fields>
</c:Collection>
</c:FormField>
I can't figure out how to do this in my UI model
Can anyone point me in the right direction?
0
Comments
-
Apparently, I've asked this question before and forgotten that I already know how to do this

https://community.blackbaud.com/forums/viewtopic/511/45916?post_id=177175#p177175
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 563 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 243 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
