2,579
edits
Changes
m
→Updates to Dun & Bradstreet Integration
<!-- SMART-208: 170000 - Copy of 167814 - API not pulling display values when it should -->
====Updates to Updated Dun & Bradstreet Integration====
* Added support for <code>hidelinewhenerrors</code>, <code>meta template</code>, and <code>line template</code> parameters similar to the previous D&B ssGet syntax (and other ssGet usages) and they will need to be passed before the D&B specific parameters are passed
* Meta template variables that can be used are <code>\[[recordcount]]</code>, and <code>\[[now]]</code>* Template variables that can be used are <code>\[[id]]</code>, <code>\[[name]]</code>, <code>\[[alias]]</code>, <code>\[[details]]</code>, <code>\[[matchscore]]</code>, <code>\[[source]]</code>, and <code>\[[url]]</code>
Example Syntax:
<pre>@ssGet(D&B,dowjones;;1;;metatemplate start [[recordcount]] [[now]];;line template start [[id]] | [[name]] | [[alias]] | [[details]] | [[matchscore]] | [[source]] | [[url]];;subject=Enron;;subjectType=OrganizationName;;screeningMonitoringMode=OnlyMonitoring)@</pre>