Every page I have found on automated testing (Experience League, helpx, github) gives me the link to the 6.3 version, which redirects me to the "upgrade your older version" page. Can someone give me the 6.5 url for the Calvin API, if it exists?Automated testing: https://experienceleague.adobe.com/do...
@Mayank_Gandhi Can you point me to some documentation on how to apply server-side validation to the client form? As for the XML data, I will need to wait until a client submits a request that fails in this way before I can capture that. That being said, the XML data that is produced looks the same a...
The empty fields are all marked as "required" and 99.5% of the time, the form alerts users to the empty fields and fails to submit. It's the .5% that fails that concerns me. If this happened only once or twice a year, I wouldn't worry about it, but it happens once or twice a week.
Unless I am wrong, the prefill is what is generated and added to the form before the it is rendered and the dataxml is the data that the user submits, right? The prefill does not generate any information for the required fields and the dataxml is missing the information that the user is not adding t...
Thanks, I will dm you shortly. I am not sure about the browser version of the users, but the form is an adaptive HTML form that is rendered when a task is started in a JEE workflow through the Workspace UI. The clients all have the same permissions.
Hello, I have an adaptive form with about two dozen fields that are marked as required fields, yet somehow I have users that are able to submit their form when some of these fields are empty. I have submitted hundreds of test forms in our test and production environments and am unable to replicate t...
I see these types of errors in the log: 14:39:52,256 ERROR [com.adobe.idp.docmanager.DocManagerUtil] (default-threads - 39) DocManager:getPOFObjectManager():Error:app -- service jboss.naming.context.java.jboss.exported.app: javax.naming.NameNotFoundException: app -- service jboss.naming.context.java...
I am experiencing some occasional issues where my users submit their assigned task, but the data they enter on the form is not saved to the form output. Is there any kind of scenario where a user can submit an XPD form from the workspace UI where it will ignore the required fields, or even just not ...