Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
7 subscribers
Views
2423 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi, I'm using below code snippet to show an image and link
jegadeeswaran
over 9 years ago
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
Parents
0
jegadeeswaran
over 9 years ago
it's only one image field in form.
Same code is working for me as well in another environment(Appian 7.7) and not working on other(Appian 7.7, Hot Fix B)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
jegadeeswaran
over 9 years ago
it's only one image field in form.
Same code is working for me as well in another environment(Appian 7.7) and not working on other(Appian 7.7, Hot Fix B)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data