AllowSave Attribute

This material pertains to version 3.0 of Blackbaud CRM SDK.

With a default value of true, the new AllowSave attribute determines whether or not the list saves its list state such as parameter form field values, column filter values, sort settings, column order, and column widths. The settings are "sticky" meaning they are saved each time the list is altered, and will be applied when the user returns. The Save list and Open list buttons only appear when the setting is true. When you load a saved list, any rows added since the last run will show up if they meet the criteria of the saved list.

<ListBuilder QueryViewID="AE91E1A7-2130-409C-8D06-198030EB0AA7" AllowSave="true" >

Figure: The AllowSave attribute determines whether list state such as form field values, column filter values, sort settings, column order, and column widths are saved.