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.