Merge command: [strnews-boxurllink ]
Merge variable/item: strGlobalUrllink
Comments:
This contains the relative url-value to link directly to the page that will deliver the list of news articles for this news module. If a human friendly identifier is present then that is used in the url-value, else the documentuniqueid. This url-value deliberately does not take the docType into account.
Formula:
@If(strNewsLinkSeoFriendly!="" & (!@Contains(@LowerCase(strNewsLinkSeoFriendly);"invalid unid")) & (!@Contains(@LowerCase(strNewsLinkSeoFriendly);"deleted")); "/site/"+strNewsLinkSeoFriendly; "/site/"+strNewsLinkUNID );
Merge variable/item: strGlobalUrllink
Comments:
This contains the relative url-value to link directly to the page that will deliver the list of news articles for this news module. If a human friendly identifier is present then that is used in the url-value, else the documentuniqueid. This url-value deliberately does not take the docType into account.
Formula:
@If(strNewsLinkSeoFriendly!="" & (!@Contains(@LowerCase(strNewsLinkSeoFriendly);"invalid unid")) & (!@Contains(@LowerCase(strNewsLinkSeoFriendly);"deleted")); "/site/"+strNewsLinkSeoFriendly; "/site/"+strNewsLinkUNID );