Expand my Community achievements bar.

davidl14970702
davidl14970702
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Here is some more info in the documentation: Data oriented APIs Also, I'd recommend you ask support for the JSAPI file. This will give you access and examples of the OutOf the Box methods ACC uses. It should be downloadable in the same place you place tickets to ACC support. Oryou can just ask them....

    Type

    Questions

    Views

    4.8K

    Like

    1

    Replies

    0
  • 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.6K

    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.8K

    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

    2.2K

    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

    2.0K

    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

    3.1K

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

    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.8K

    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

    3.2K

    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

    2.0K

    Likes

    0

    Replies

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