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
3 replies
Subscribers
7 subscribers
Views
1352 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, We experienced this - we have a code like this: filterlist("
senthilar
over 11 years ago
Hi,
We experienced this - we have a code like this: filterlist("isNullOrEmpty",rule!Rule123(pv!request_cdt)). When we promoted code the Rule "isNullOrEmpty" didn't get promoted. This is even after checking for missing dependencies before exporting. Is this a known issue? We are on Appian 7.3
...
OriginalPostID-100393
OriginalPostID-100393
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 11 years ago
The filterList is part of the deprecated DoForEach plug-in and its input is a string that represents the name of the function or rule not the function/rule itself, that is why it cannot be detected as a dependency.
You should start looking at using the new looping functions since they are based on the function rather than a string that represents its name if dependencies check is your concern.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 11 years ago
forum.appian.com/.../Looping_Functions
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
senthilar
over 11 years ago
Thank you for clarifying Eduardo!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel