Merge command: [stratt-boxtitle ]
Merge variable/item: strAttBoxTitle
Comments:
This contains the title of the attachment box (field attText). If not available it retrieves a default title from the website settings (language tab).
Formula:
@If(@Trim(attText)=""; @GetDocField(websiteID; "attText"); attText);
Merge variable/item: strAttBoxTitle
Comments:
This contains the title of the attachment box (field attText). If not available it retrieves a default title from the website settings (language tab).
Formula:
@If(@Trim(attText)=""; @GetDocField(websiteID; "attText"); attText);