Hi
I was following this Post:
https://helpx.adobe.com/aem-forms/6/custom-submit-action-form.html
and I encountered a problem in this code section (from the example)
String storeContent =
"/libs/fd/af/components/guidesubmittype/store"
;
FormsHelper.runAction(storeContent,
"post"
, resource,
slingRequest, slingResponse);
The problem is during the call of this function (inside of the post.jsp script of /libs/fd/af/components/guidesubmittype/store)
guideStoreContentSubmission.submissionForStoreContentUsingServiceUser()
on top of that I didn't find any information or documentation of this function....
the error is the following
com.adobe.aemds.guide.service.GuideStoreContentSubmission Failed to create path or set permissions.
and the stack trace is attached....