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
2 replies
Subscribers
7 subscribers
Views
1441 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
If we have many applications(packages) under "Applications" tab, it is
Mahesh Sanga
over 10 years ago
If we have many applications(packages) under "Applications" tab, it is hard to find which one is imported from other environment and which one is exported out. Is there any way to get those details?
...
OriginalPostID-117698
OriginalPostID-117698
Discussion posts and replies are publicly visible
Parents
0
Vijay
Certified Senior Developer
over 10 years ago
To quickly get a list of currently available export and import logs, following rules may prove handy
apply(fn!document,finddocumentsbyname(true(), "export-log"), "name")
apply(fn!document,finddocumentsbyname(true(), "import-log"), "name").
finddocumentsbyname() is available in the Custom Content Functions Plugin.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Vijay
Certified Senior Developer
over 10 years ago
To quickly get a list of currently available export and import logs, following rules may prove handy
apply(fn!document,finddocumentsbyname(true(), "export-log"), "name")
apply(fn!document,finddocumentsbyname(true(), "import-log"), "name").
finddocumentsbyname() is available in the Custom Content Functions Plugin.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data