Expand my Community achievements bar.

Ramaswami
Ramaswami
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I see these two functions used in javascript node and written some code under these functions ( they defined the function ) like for example:  in the javascript node of a workflow they added : function onBeforeCall() {logInfo("task.activity:" + task.activity);if ((activity.img.indexOf("nms:activitie...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    4
  • Hi Team,  Can any one let me know how to configure SMS channel in Adobe classic. Currently we are only using email channel. Questions : 1. is it chargable if we use SMS channel2. Can we configure this channel or is it Adobe's task to configure for us3. Can you provde me some documentations if we can...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 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...

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    2
  • 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...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    7
  • 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...

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    4
  • Hi Team,  i have workflow like the below :   i have to add a javascript node after the query activity and change the label of list according to the return function : javascript node has the below :  function xx(){...return string;} list update node : label : <%=xx()%>    there are some 100's of work...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • Hi Team,  Is there a possibility so that i can store a global function in one place and call it from anywhere in Adobe workflow javascript.  i have found there is a node under Administration>Javascript nodes. i have created a new namespace : "cust:new" and written a function in the javascript file -...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • Hi Team,  i am just loading a file and sending emails to the emails which are there in the file loaded and the people which are there in file i am not importing them to recipient schema i am just using the target mapping as external and sending emails.  But while sending the emails i will have to pa...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    2
  • Hi Team,  i have a list which is going to update daily through a workflow. Now i want to add a custom filter on this list such as a user can enter a month and year to filter the respondents based on month and year.  This is my list :   So i want to add a filter on the "date" column so based on month...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    3
  • Hi Team,Hi Team, i am downloading a file from sftp and loading into Adobe (data load activity) and sending the emails to only those address using external file mapping in delivery template. Every node i have created from scratch.Emails are going fine and everything is looking fine but in the logs an...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    1
Top badges earned by Ramaswami
Customize the badges you want to showcase on your profile