Hi, I'm using below code snippet to show an image and link


Hi,

I'm using below code snippet to show an image and link to it on SAIL form

a!imageField(
label:"",
labelPosition:"ADJACENT",
images:a!documentImage(
document:cons! TEMPLATE,
link:a!documentDownloadLink(document:cons! IMPORT_TEMPLATE,label:"")
)
),

cons! TEMPLATE is of type document pointing to PNG image.
cons! IMPORT_TEMPLATE is of type document pointing to xls file.

I'm facing below error wile implementing this :

"Could not display interface. Please check definition and inputs.
Unexpected error in Image [label=]. Its configuration may be invalid."

Any Help is really appreciated!!!

Thanks

OriginalPostID-144832

OriginalPostID-144832

  Discussion posts and replies are publicly visible