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
4 replies
Subscribers
9 subscribers
Views
1721 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello, I'm getting an error in a SAIL form, integrated in a subpr
ricardoc
over 9 years ago
Hello,
I'm getting an error in a SAIL form, integrated in a subprocess of a "main" process. When the user leaves the form, it gets stored as a task. When the user comes back to the task, when filling a textField, he gets this error:
Expression evaluation error at function a!taskui_taskRejectionReassignment: Could not find variable 'ui!showRejectModal'
Any ideas why this might be happening?
Thanks,
OriginalPostID-194594
OriginalPostID-194594
Discussion posts and replies are publicly visible
0
Omkar K
over 9 years ago
You might have used ui!showRejectModal instead of ri!showRejectModal.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
I would like to disagree with the above comment. To the best of my knowledge, parts of error messages such as a!taskui_taskRejectionReassignment, ui!showRejectModal etc are the hidden objects being used by Appian for various purposes for handling the features in SAIL architecture.
And those object names can be seen at times in the error messages when our implementations goes wrong.
As per my knowledge, there isn't any specific reason for those errors. The source could be from anywhere. For instance, it could be because of a problem with using the in-existent field in the CDT for saving the component of a text component. In my case I have seen a similar error message displaying the internal object names when the implementation making use of a!applyComponents() has gone wrong.
AFAIK, these kind of errors can be resolved only after analyzing the interface carefully from all aspects.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ricardoc
over 9 years ago
I can now confirm this only happens in iOS. Anyone who had the same problem? How did you solve it? Any tips?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
@ricardoc What is your experience when the same task is being accessed in a browser?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel