FileCoverTemplateOptions
Properties
includedFields?
optionalincludedFields:string[]
If provided, only these fields will be included in file cover.
excludedFields?
optionalexcludedFields:string[]
If provided, these fields will be ignored and are not visible on file cover.
multiTableFields?
optionalmultiTableFields:object[]
Provide optional fields that store multiTable data as json array.
{
fieldName: "jsonField",
columns: ["de:Id;en:Id", "de:Lieferant;en:Vendor"]
}
fieldName
fieldName:
string
The fieldname that contains the DATA of the multiTable. This is NOT a Gadget field!
fieldName: "jsonField"
columns
columns:
string[]
Provide columns header
columns: ["de:Id;en:Id", "de:Lieferant;en:Vendor"]
asPdf?
optionalasPdf:boolean
Render template for Pdf
Default
true
showPageFooter?
optionalshowPageFooter:boolean
Renders a page footer
Default
true