/AWS1/CL_WISRENDERINGCONF¶
Information about how to render the content.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_templateuri TYPE /AWS1/WISURI /AWS1/WISURI¶
A URI template containing exactly one variable in
${variableName}format. This can only be set forEXTERNALknowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one of the following:
Salesforce:
Id,ArticleNumber,VersionNumber,Title,PublishStatus, orIsDeletedServiceNow:
number,short_description,sys_mod_count,workflow_state, oractiveZendesk:
id,title,updated_at, ordraftThe variable is replaced with the actual value for a piece of content when calling GetContent.
Queryable Attributes¶
templateUri¶
A URI template containing exactly one variable in
${variableName}format. This can only be set forEXTERNALknowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one of the following:
Salesforce:
Id,ArticleNumber,VersionNumber,Title,PublishStatus, orIsDeletedServiceNow:
number,short_description,sys_mod_count,workflow_state, oractiveZendesk:
id,title,updated_at, ordraftThe variable is replaced with the actual value for a piece of content when calling GetContent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEURI() |
Getter for TEMPLATEURI, with configurable default |
ASK_TEMPLATEURI() |
Getter for TEMPLATEURI w/ exceptions if field has no value |
HAS_TEMPLATEURI() |
Determine if TEMPLATEURI has a value |