Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<type>System.Web.UI.WebControls.GridView</type>
<type>System.Web.UI.WebControls.Repeater</type>
Image Modified

IMPORTANT: Ensure you publish the Starter Kit items by logging into Sitecore Admin Content Editor and Publish the Starter Kit demo pages.

 If you are installing the Starter Kit you will also need to add an additional connection string for the Starter Kit Demo pages with the name "S4SConnStringui".

Code Block
languagexml
<connectionStrings>
<add name="S4SConnString" connectionString="S4S:user id=user;password=password;environment=<binding_environment>" />
<add name="S4SConnStringui" connectionString="S4S:user id=user;password=password;environment=<binding_environment>" />
</connectionStrings>

You can use separate connection strings for the security provider and the data connector the access to Salesforce data can be controlled independently.

More details on connection string parameters here