Value List? Trying to find Payment Method GUID
Hi all,
I'm trying to set a default on the posted payment form for a particular Payment Method.
Normally I can use the GUID which is found against the option in a code table under the Admin/Code Tables area.
But looking at the form, that field is using a ‘Value List’ instead of a code table - are these available to find in the CRM and if so, how can I find the GUID for a particular Payment Method option?
Comments
-
@Liz Hackett CodeTables and ValueLists help provide similar functionality. They are very different implementations. A code table is readily extensible through UI and provides guid:description pairs. Value lists, typically, are implemented (hard-coded) as enumField in table definitions via the SDK. Forms present these enums as value lists in tinyInt:description (value:label) pairs. You have already found where you need to focus. The form wants a tinyInt; you can see what they are, as you have stated; and, you'll be happier if that's what you try to provide. Guids are just muddying the water here. – Best luck with the form.
0 -
@Liz Hackett If you check the XML on the form, it should list out each payment method and the corresponding value. That value can then be used in the expression in place of the GUID when setting defaults.
2 -
Thank you ! @Ashley Moose
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 648 Blackbaud Grantmaking™
- 566 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Data Health
- 3 (Closed) 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
- 782 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)

