Expand my Community achievements bar.

davidl14970702
davidl14970702
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Check out these to get started.More details on HttpClientRequest Re: Can we call an api using workflow in ACS? What is listed will work in AC v7.Basically, you can write your own HTTP/xml request in vanilla JS.

    Type

    Questions

    Views

    4.1K

    Like

    1

    Replies

    0
  • In general, if we have a single page app on a different domain, do we need any CORS configuration in order to submit data form the app to the JSSP? If so can I just accept headers from that domain in the JSSP or does that need to be configured somewhere else?

    Type

    Discussions

    Views

    3.6K

    Like

    1

    Replies

    1
  • I found the problem.my table is not an extension of the recipient table. I changed the XML tag to reflect the name of my table and my data showed up. This resource was helpful in understanding what was happening.Introduction

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • I am running this in a workflow currently.When it run's I don't get any errors back. But I'm not seeing data on the table as I would expect.Initially, I thought xtkschema="lw:gospelCurriculumTmpTbl" was an extension of the recipient table but after checking I think it is it's own stand-alone table....

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Im not sure why this is not writing to the targeted table.If I update xtkschema for the recipient table it works fine.Any help would be great.var table = <recipient               xtkschema="lw:gospelCurriculumTmpTbl"                _operation="insert"               _key="@recipientId"               ...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    3
  • Thanks Vipul I just ended up extending the recipient schema to include a JSSP_flag. Figured that was the simplest/quickest way to do it.  var rcp =    <recipient      _operation="insertOrUpdate"      _key="@email"      xtkschema="nms:recipient"      firstName={request.getParameter("firstName")}     ...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • We are POSTing to a JSSP page in AC, and everything is working correctly but I need some help writing a response back to the headers in case a 200, 400 ect...This is what I've got so far but it doesn't seem to be showing any error codes.var rcp =     <recipient      _operation="insertOrUpdate"      ...

    Type

    Questions

    Views

    976

    Likes

    0

    Replies

    0
  • You could just use a split (based on the tracking logs table) to split outs people based opening those 5 internal names. Use AND statements in the split for the internal names. The complement generated will be your list of people that have not opened.

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Im bringing in data by JSSP. I can subscribe and write to the rec table, but I want a single view of all JSSP submissions for for good record keeping. So I'd like to simply add all submissions via JSSP to a list. I am getting an error with this.var rcp =     <recipient      _operation="insertOrUpdat...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    2
  • Found my error.I started over a few times, trying new namespace for the JSSP and the link to the JSSP page changed by a '_' character. Once I was aware of this and changed my form action to the correct link everything worked just fine. Thanks for the help.

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
Top badges earned by davidl14970702
Customize the badges you want to showcase on your profile