Looking to apply custom validation via the rule editor that calls a service based on some values. I've been able to configure this via the editor, during form validation I see the call to the service being made but this call has no influence over the validation response. It appears that the validati...
I've tried by going to /apps/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js but the issue is it gets applied to all assets in general. But I want to add separate rules for PDF, and separate one for images.Tried in the following manner:
@Rahul_mule Can you share the error log from the attempt? Do you see any specific error msgs?Please raise a support ticket to discuss this issue further over a screen share.
Hi Team, I have create one basic form it contains some of the field and one of field is mobile number now i need to validate mobile number field for that i went to rules editor for mobile number field and written code like below(this.value && this.value.match(new RegExp(/^[0-9]+$/) != null) ? false...
Hi Team, I have created simple form it contains 4 fields like First NameLast NameDOBGender After submitting i need to call servlet to send this to some other system. How i can send these data to my custom servlet I have created my path based servlet and path is /bin/aem/customerdata Can some one he...
Hi Team,I was trying to create new basic form by providing title and name i was supposed to click Create button observed like Crete button is not enabling below is screen shot for same which i have tried and i saw error.log file as well nothing is printing as error.Can some one help here to cre...
I have just setup AEM 6.5.7 in local with service package adobe-aemfd-linux-pkg-6.0.234 to setup some AEM forms but if I am creating any AEM form it throws error in console as shown below, please suggest any resolution for this problem. Logs of browser console:core.js:656Handler of component is inv...
We are attempting to connect to SharePoint using a swagger file and the REST API. We have been able to authenticate using OAuth 2.0 but are hitting a roadblock when trying to test any services contained in the swagger file. We recently were able to do this with ServiceNow and are hoping to do the sa...