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
1440 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
0
Eduardo Fuentes
Appian Employee
over 10 years ago
An application doesn't have a field to indicate its origin (whether it was created in the environment or imported). Once an application is imported it becomes an object within that environment; there's no memory of it being imported as opposed of being created, at the end, importing creates the object.
If you store all import and export logs in a specific location/account then that would be a good guide to determine what apps were created vs imported.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
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