I have a task set up to add new staff records, it default adds all sorts of fields including address block. I can't work out how to add a carriage return so that address line 1 is first and address line 2 is on the next line. Any expression ideas please?
I'm trying to add an ability to achieve the equivalent of a “SELECT TOP (X)” records in a Selection to restrict the number of records returned. I'm striking out. I've come close by creating a Query View Extension using an un-ordered ROW_NUMBER. When run in SSMS it seems to do exactly what I'm looking for. However, when…
Hi all - has anyone had difficulty opening their BBDW SSIS (.dtsx) packages in Visual Studio? I'm setting up a BB CRM development environment on a brand-new laptop. When I try to open one of the SSIS packages, I get a ton of “The task with the name xxxx” and the creation name ‘SSIS.ReplacementTask’ is not registered for…
I am looking for advice on the best way to figure out how to modify or recreate an existing datalist - Communications. The datalist currently display the basic information on different communications (example - Appeal Mailing, Event Invitations, General Correspondence, etc). When you expand (select the arrow on the left)…
Hi All, I'm new to BB CRM. Is there any demo to use Soap API? Thanks,
I'm trying to use ListService to get Data List: Code Table Entry List. I always got "You must specify a valid Context Record ID" error. How to find correct Record ID? Is the following code correct? BasicHttpBinding httpBind = new BasicHttpBinding(); httpBind.Security.Mode = BasicHttpSecurityMode.Transport;…
I have a custom BBCRM listbuilder that I created using the Infinity SDK and I placed the listbuilder in a page section on a tab on a constituent record. Then, using design mode from the front end, I added a Legend to the page section to bold certain rows in the listbuilder according to an expression (=…
Hi, We are trying to find a way to drop a Blackbaud CRM-generated export file into an AWS S3 container. Has anyone worked with this? We're looking for an "out-of-the-box" or business process connector add-in solution to use an Amazon S3 Connector in the Blackbaud CRM. Thank you for any information you can provide!
We're trying to add a new Action to one of the standard BB pages. The section we want to add the Action to contains a ListBuilder (as opposed to a DataList) Normally, we'd use the <AlterExistingPages> … <AlterSections> tags in a spec file, and if the section contained a DataList, we'd use the <AlterDataListSection> and…
I was wondering if there was a best practice, when doing batch extensions, about how much to do in one extension, and include multiple updates, or if it is better to split that out into multiple tables / extensions? I am about to do some CUB extension logic - and have a few things in mind. Trying to decide if it is good to…
It looks like you're new here. Sign in or register to get started.