ACS - insert/update data to Custom Resource(other than profile) via Landing Page | Community
Skip to main content
shiva_kumarp498
Level 2
August 26, 2020
Solved

ACS - insert/update data to Custom Resource(other than profile) via Landing Page

  • August 26, 2020
  • 1 reply
  • 1391 views

Dear Community,

 

I have a requirement to insert/update data into the custom resource through landing pages, I want to know if it is possible to change the the targeting dimension along with the reconciliation key in the custom landing page template.

 

I was able to change the targeting dimension in the new template but I don't see much options to change reconciliation keys and when I go head and test the landing page(created out of this template) for data insertion it's error-ed out with below message.

 

Error in landing page "LP101"] UnknowJpath: /context/cusTable1/t1id
{anonymous}("/context/cusTable1/t1id",false)@sirocco:so-mvc-metamodel.js:159
{anonymous}("/context/cusTable1/t1id")@sirocco:so-mvc-metamodel.js:170
NL_LandingPage_checkInputData([object Object])@/nms/landingPage.js:1254
NL_LandingPage_loadPage()@/nms/landingPage.js:162
_LPT_LP101([object HttpServletRequest],[object HttpServletResponse])@_LPT_LP101:241
{
  "pageHistory": [
    1
  ],
  "cusTable1": {
    "t1id": "1",
    "field1": "wew",
    "field2": "sdsdsds"
  }
}

Any help would be much appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by shiva_kumarp498

hi @tapcxm_josh 

 

Thanks for your response, I am pretty much aware of this limitation. However I got it worked through JavaScript code.

 

Thanks again.

 

 

1 reply

tapcxm_josh
Level 2
August 28, 2020

Hi @shiva_kumarp498 ,

Unfortunately a landing page cannot display or update data from any other resource than Profile or Subscription.

You can see the full list of limitations of landing pages in ACS in the online documentation here:

https://docs.adobe.com/content/help/en/campaign-standard/using/communication-channels/landing-pages/getting-started-with-landing-pages.html

Thanks,

Josh

shiva_kumarp498
shiva_kumarp498AuthorAccepted solution
Level 2
September 3, 2020

hi @tapcxm_josh 

 

Thanks for your response, I am pretty much aware of this limitation. However I got it worked through JavaScript code.

 

Thanks again.