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
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

