|
|
Guides (SDK /API) | Technical Reference | BBDN | How-to Documentation |
Code sample project: Custom Individual (Blackbaud CRM Constituent) Search
Open the form properties VB file that was created when you added the custom part (type). For example, open CustomSearchFormProperties.vb.
Note: You can create additional VB files as necessary.
Declare Boolean variables that track which constituency was selected on the editor form:
Public Class CustomSearchFormProperties
Public Constituency As String
Public ConstituencyID As System.Guid
Public SearchAll As Boolean
End Class
Save the file.
The display and editor forms will check these variables to determine which record to use.