If we have many applications(packages) under "Applications" tab, it is

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
    Certified Senior Developer
    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.
Reply
  • 0
    Certified Senior Developer
    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.
Children
No Data