Merge command: [strnews-urllink ]
Merge variable/item: strUrllink
Comments:
This calculates the relative url-value of the n-th news document. In the following format: /site/documentuniqueid or /site/seofriendlyid. This value deliberately does not take `the docType` into account while calculating the value.
Formula:
@If(@Trim(strSeoFriendlyXdoc)="";"/site/"+strUNIDXdoc;"/site/"+strSeoFriendlyXdoc);
Merge variable/item: strUrllink
Comments:
This calculates the relative url-value of the n-th news document. In the following format: /site/documentuniqueid or /site/seofriendlyid. This value deliberately does not take `the docType` into account while calculating the value.
Formula:
@If(@Trim(strSeoFriendlyXdoc)="";"/site/"+strUNIDXdoc;"/site/"+strSeoFriendlyXdoc);