QuanticResultLink

The QuanticResultLink component creates a clickable link from a result that points to the original item. If the result is a Salesforce record or a Salesforce Knowledge article it will open the link in a new salesforce console subtab. Otherwise, it will open the link in the browser tab.

Example

<c-quantic-result-link engine-id={engineId} result={result} target="_blank"></c-quantic-result-link>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

result (required)

result

Result

target

target

Where to display the linked URL, as the name for a browsing context (a tab, window, or <iframe>). The following keywords have special meanings for where to load the URL:

  • _self: the current browsing context. (Default)

  • _blank: usually a new tab, but users can configure their browsers to open a new window instead.

  • _parent: the parent of the current browsing context. If there’s no parent, this behaves as _self.

  • _top: the topmost browsing context (the "highest" context that’s an ancestor of the current one). If there are no ancestors, this behaves as _self.

string

'_self'

useCase

use-case

Indicates the use case where this component is used.

'search', 'case-assist'

'search'

displayedField

displayed-field

Indicates the result field to display as the link text.

string

'title'

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

53.0

isExposed

false