Expand my Community achievements bar.

InMo
InMo
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @sarrankanp50398,Steps:1. Create a workflow2. Save name of file(whole location) in a variable(like varFile)3. In javascript activity, Read the file and save in a variable( you an use below code)//read package filevar f = new File("varFile")f.open("r", File.CODEPAGE_UTF8)var readFilevar linewhile(...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    0
  • Hi @sarrankanp50398,Please check below posthttps://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/installing-a-package-on-acc-with-the-installpackage-xtkbuilder/qaq-p/364558#M5238 Regards  

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    0
  • Hey Prasanna,I never heard auto removal of any operator from a Operator group unless done by Admin manually.Please check with other user, if they had made operator group changes (for some task). It is possible that it happened unknowingly by someone. Regards

    Type

    Questions

    Views

    3.2K

    Like

    1

    Replies

    0
  • Hi Katrin, You can create a workflow in Adobe campaign starts with a signal activity. This signal will get triggered from a webservice call (with cart items as payload, also email of Patron for linking) whenever someone abandoned cart. This way you access cart items(as variable) in your delivery add...

    Type

    Questions

    Views

    5.2K

    Likes

    0

    Replies

    0
  • Hi Prasanna, If you disable any account then any workflow started by that account will be error-ed out. So it is always good to check what all workflows any operator has started before disabling it. The solution is to just force stop(unconditional stop) the workflow and start it again with another a...

    Type

    Questions

    Views

    3.6K

    Like

    1

    Replies

    0
  • Hi, You can do it. Steps1. You can create a package definition and include object/s (for example all campaign created yesterday) using javascript.2. Export those package files in some location(for example some predefined folder in sftp).3. Periodically removed package definition records from instanc...

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    4