cms:repeater
FollowPortlet name: cms:repeater
Description/Purpose: To execute a report view and repeat the HTML code of each row in that view.
Sub-tags: cms:absoluteurl, cms:field, cms:staticlink
Additional attributes:
| Attribute name | Type | Description |
| DANGER_DataBreachRisk_BypassRowLevelSecurity | Boolean | When set to "true", disables the automatic user-based filter (row-level security) on sensitive entities: CVs, cover letters, job alerts, saved jobs, user profiles. By default, cms:repeater portlets displaying candidate data on career sites automatically filter results to show only data belonging to the authenticated candidate. Enable this parameter only for configurations that intentionally need to display unfiltered data (e.g. public selection result views). Usage is recorded in the audit log. |
<cms:repeater tagname="Feed.All.Fields" DateFieldName="Date published" SearchByURL="true" FollowSearch="false">
<job>
<id><![CDATA[<cms:field TagName="Jobs.JobID" />]]></id>
<publish_date><![CDATA[<cms:field TagName="Jobs.DateRefreshed" DateFormat="yyyy-MM-dd hh:mm:ss" />]]></publish_date>
<expiration_date><![CDATA[<cms:field TagName="CustomExpirationDate" DateFormat="yyyy-MM-dd hh:mm:ss" />]]></expiration_date>
<url><![CDATA[<cms:staticlink Url="%%JobURL%%" RenderHtmlAnchor="false" />]]></url>
<jobtitle><![CDATA[<cms:field TagName="Jobs.Title" EscapeChar="true" />]]></jobtitle>
<company><![CDATA[<cms:field TagName="Companies.CompanyNameAccountsForAnonymousCompanies" />]]></company>
<location><![CDATA[<cms:field TagName="Locations.PreferredLocations" />]]></location>
<categories><![CDATA[<cms:field TagName="JobFieldsPersonalizzation.Industry" />]]></categories>
<contracttype><![CDATA[<cms:field TagName="VacanciesContractType.ContractType" ToLowerCase="true" />]]></contracttype>
<description><![CDATA[<cms:field TagName="Jobs.Text" StripHTML="true" />]]></description>
</job>
</cms:repeater>
Comments
0 comments
Please sign in to leave a comment.