Has anyone attempted to connect SKI API to an onPrem BBCRM/BBIS install? I am about to start down this path and am wondering if anyone has any tips/gotchas that they've encountered.
If there a 4 datalists in a section, is it possible to have the 4 datalists share parameters instead of having each datalist have their own parameter?
After a database refresh to a locally-hosted environment, all API calls from BBIS to get results form the Query endpoint are failing with a 404 status response. The queries look to exist on the CRM side. Also, CodeTable requests are being served up as expected, so that indicates to me that it isn't a BBIS configuration…
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 (=…
It looks like you're new here. Sign in or register to get started.