Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/28/20
    Hi experts, I am trying to put my head around a requirement where we need to fetch and attach a file (.pdf) to an email delivery from the message center.The file itself resides inside a DMS (document management system), and is not available publicly (cannot be accessed simply by a URL).The only way ...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 10/27/20
    I am trying to define a variable (or query def) in a JS alert and then call the variable or item in an alert activity.  I am aware of the current stock method using: <% var itemsXML = new XML(vars.itemsXMLString)for each (var item in itemsXML){%> However, i don't want to call every instance of the p...

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 10/26/20
    Hi I have a bit of an unusual request. We need to perform a manual step in some of our campaigns. AC will select the list of the customers, then this list has to be given to an operator and workflow should be paused until the operation is completed. I was planning Export the list as a file using Exp...

    Views

    2.0K

    Likes

    0

    Replies

    5
  • 10/26/20
    Hi, I want to extract email value from email header parameter (which is xml object) from broadLogRcp(deliveries) in my workflow. Any insight/sample code would be highly appreciated. Example : I want to extract user's email from "email header parameters" from broadLogRcp schema just to know who are a...

    Views

    1.8K

    Likes

    0

    Replies

    3
  • 10/26/20
    Hello everybody,I would like to ask you for help.In Campaign how could I do this query "result of the query filter is the set of recipient having creation date between the range of time and at least a tracking log before [TODAY-x days]"? Thanks in advance,F.

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 10/26/20
    Hello, I am using Adobe Campaign Classic v7 build 8936. My objective is to insert the mirror link of a message into a table in the database. I have built a workflow which queries broadlogid and deliveryid from the nmsbroadlogrcp table and then I have written the following javascript&colon; var deliv...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 10/26/20
    Hello,We are trying to log failed attempts to login via the console, in order to deactivate operator account after x failed attempts.Do you know how it is possibe to run a script when user try to login (and failed)?Thank you, 

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 10/25/20
    Hi, What's the best way to use the syntax for Smartcase (capitalization of the first letter of a name) for the personalization in Adobe Campaign Classic, when your personalization syntax is <%= rtEvent.ctx.firstName.@value %>  

    Views

    4.3K

    Likes

    0

    Replies

    17
  • 10/25/20
    I have a technical workflow that captures fields from the technical workflow and writes them to an alert activity.  The code (below) is working correctly but the output is not sorting by date even through the temporary work table is properly sorted.  Can someone advise the best way to sort the item ...

    Views

    2.9K

    Likes

    0

    Replies

    5
  • 10/23/20
    we are sending transactional email with attachment via message center.Currently we dont have connection to sftp the file to the adobe server before the sent, we try to upload the file to the google cloud storage and generate the signed url, then pass to the rtevent. However this is not working. (err...

    Views

    2.0K

    Likes

    0

    Replies

    4