{i18n}Dynamic Conditions{/i18n}

{i18n}Creating a Dynamic Condition involves setting up criteria that filters content in the DMS for the purposes of selectively assigning permissions associated with the Dynamic Condition, according to the specified criteria. Dynamic conditions are assigned on the folder's Permissions management page in Browse Documents. Dynamic Conditions are also used to create Guard permissions, which are required to perform transitions on Workflows. {/i18n}

{i18n}Create a new condition{/i18n}
{if $conditions}

{i18n}Existing Conditions{/i18n}

{foreach item=oCondition from=$conditions} {/foreach}
{i18n}Condition Name{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}View Results{/i18n}
{$oCondition->getName()} {i18n}Edit{/i18n} {i18n}Delete{/i18n} getId()}">{i18n}Run Condition{/i18n}
{else}
{i18n}No Conditions have been defined.{/i18n}
{/if}