Merge command: [strcalendar-urllink ]
Merge variable/item: strUrllink
Comments:
This calculates the relative url-value of the n-th calendar 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 calendar 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);