Salesforce Rest Endpoint Post
Hello,
I'm trying to create an AEM Form which POSTs directly to a Salesforce endpoint (action "Submit to REST endpoint). But I get an exception from guideContainer.af.internalsubmit.jsp which says:
com.adobe.aemds.guide.utils.XMLUtils Invalid Xpath Syntax: 00N0Q000000tYMk
javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 00N0Q000000tYMk could not be formatted as a number.
'00N0Q000000tYMk' is the name of the input, which I want to post and which is necessary for salesforce.
How can I prevent this exception? Any suggestions?
Thanks for your help!
Andrea