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
11 replies
Subscribers
8 subscribers
Views
4574 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Error
talhas1
over 6 years ago
i am getting this error which disappears after I click on expression view .. The full error message is only displayed on clicking performance view on this error is displayed
"Could not display interface. Please check definition and inputs.
Interface Definition: Expression evaluation error :
"
does anyone knows the reason for this error???
OriginalPostID-258747
Discussion posts and replies are publicly visible
0
talhas1
over 6 years ago
error on live view
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
talhas1
over 6 years ago
local!item declaration
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
martin.koo1
over 6 years ago
As indicated by the error, the most likely cause would be that local!item isn't defined in the scope within your SAIL code.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chandolum
A Score Level 1
over 6 years ago
@talhas I'm suspecting the problem with naming convention of "suggestfunction" . it should be "suggestFunction"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chandolum
A Score Level 1
over 6 years ago
I'm Suspecting the problem with the naming convention used in a!pickerFieldCustom() for the attributes "suggestfunction" and "selectedlabels" these two attributes should be "suggestFunction" and "selectedLabels"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
talhas1
over 6 years ago
Thanks chandolum
I tried changing the label name according to naming convention "suggestFunction" but is not working.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
muditm1
over 6 years ago
dear @martin I have even tried defining the local!item in the start of the SAIL code just at the start of load function but the error still persist .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Vinod Bongoni
Certified Lead Developer
over 6 years ago
I think you are not passing the values to the "filter" attribute at suggestFunction. Currently, you have mentioned "_" so it will expect the values but it is not configured in the code.
And, you will get another issue while running the process model if you will not remove the "," after load completion. It will work in the interface but you will get errors on the task form.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
talhas1
over 6 years ago
so how to configure filter ? because anything else I do and it wont accept values from custom picker field .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Vinod Bongoni
Certified Lead Developer
over 6 years ago
Yes we don't need to configure the values at filter and can you check the type of it...It should be a Text type."A reference to a rule or function that populates the suggestion pane by taking a single Text parameter and returning a DataSubset."
And, Can you check the returning data at local!item at first line!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
>