Expand my Community achievements bar.

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

  • 8/13/20
    Hi folks,  i am writing a javascript code to get the access token from an API using grant_type = password but i am getting the below error :  Results = {"reason":"Unknown grant_type"}HTTP header 'WWW-Authenticate' used for proxy authentication not found. script :  var http = new HttpClientRequest("h...

    Views

    2.8K

    Likes

    0

    Replies

    2
  • 8/13/20
    Hi Folks,  I want to grab the data from a table whose date is only 2 days ago and ignore if he has more than 1 row in the table.  For example : the below is the tableunique idrespondent idclassoccupationcreated date111abcabc11/8/2020121efgo12/8/2020132huup11/8/2020142abcabc11/8/2020153efgo11/8/20201...

    Views

    2.3K

    Likes

    0

    Replies

    7
  • 8/13/20
    Hi Everyone,I'm new to Adobe Campaign Classic.Currently, I have a hard time to map the internal table name that running workflow using.I found some workflow consume a very high transaction log due to some un-experienced users.There is one INSERT statement that I saw in the database which insert into...

    Views

    3.0K

    Likes

    0

    Replies

    5
  • 8/13/20
    Hi guys,  i am trying to call an API from javascript node in a workflow llike below :  var http = new HttpClientRequest("https://xxxxx/accesstoken")var buffer = new MemoryBuffer()buffer.fromString("abc" + ':' + "efg", "iso-8859-1")http.header["Content-Type"] = "application/x-www-form-urlencoded"http...

    Views

    2.6K

    Likes

    0

    Replies

    4
  • 8/12/20
    Hi AllI would like to know NodeValue () usage .Syntax :- NodeValue (<String>, <String>)  However if someone can explain the specific example , if i have to extract "Sender Address" from nmsdelivery.mailParamaters using NodeValue , can i do that ? I am aware of JS way of extracting data from xml but ...

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 8/12/20
    Hello, we have a business need of sending a delivery in french content, where we are facing the below issue Desired Content:  « test the french characters »actual result: " test the french characters " The characters [«  »] are converted to[" "]. We tried forcing the UTF-8 encoding on the message st...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 8/12/20
    We used to be able to go to the support page and navigate to the release download page to get the latest client consoles.   Where are they located now and how do I get one downloaded since we are cloud hosted?

    Views

    8.3K

    Likes

    0

    Replies

    3
  • 8/12/20
    What function can I utilize to update/add/modify filters for a query in a workflow?  I asked this similar question (https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/how-do-i-update-the-filter-on-a-query-through-soap/qaq-p/372697) but it doesn't really allow me to cha...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 8/12/20
    I am trying to decrypt using Java a string encrypted by the cryptString function in Adobe Campaign Classic.   var encryptedString = cryptString (“helloworld”, “{secretKey}”, false);  I have observed the encrypted string always starts with an @ and is 1 character longer than if I encrypt the same str...

    Views

    3.6K

    Likes

    0

    Replies

    3
  • 8/12/20
    Hi, we are considdering installing offer engine on a separate server to allow for heavy inbound interaction. However, this may prove to be hard to pull through the organization and because of that we want to install it on the application server. This server currently runs our workflows etc. and may ...

    Views

    1.2K

    Likes

    0

    Replies

    3