Hi All, We have a Rest API implementation where we are calling a Bank API by passing Oauth token to the Bank API.The balance details has to be populated from the API response and needs to be shown on the front end.We want to implement the same in AEM forms. Easier Approach Solution 1:1)Create a for...
Tech Stack:On-prem AEM 6.5Service pack 6.5.16Forms Add-On 6.0.856 (adobe-aemfd-osx-pkg-6.0.856.zip) In short, I am trying to customize a theme applying to our adaptive forms. I am quite confused, however, by the fact that most/all of the documentation I find appears to be referring to a different se...
Hello,I created a c# application that is attempting to use the AEM API to upload assets into our AEM As a Cloud Service instance. I am able to use the API to generate a valid token, but whenever I try to call any AEM APIs with that token, I always get a 401 - Unauthorized response. If I use the sa...
Dear Communityonce again its me having a question about XML-Forms.Currently i am using the Live Cycle Designer 3 Version and unfortunately, the generated XML-Formatis not compatible with Adobe Sign (Adobe Document Cloud).I am wondering if there is ANY way to make these files compatible and/or if the...
Hi Team, I gave a react app which has static folder. this static folder has a subfolder named js and within that i have my model.json file. this static folder is being served by out by nginx server when we make request for the path js/ .so in our code we have modelmanager.initialize('js/model.json')...
I need JavaScript help with field referencing within a dynamically generated table row.I have the following code which only triggers within the first row, which is the only row in the table prior to the user generating additional rows. form1.Page1.SubChecklist.Table.Detail.ParaNum::ready:layout - (J...
how do i change the color of a textbox text to red in an adaptive form? the cssClassName is readonly property. is there a programmatically way to do it?
I have two requirements and both are linked to multifield. Lets start with the simpler one first. In the AEM forms, metadataschema editor, there are a list of component on the right side. I would like to create a multifield that encompasses various data elements. When a user clicks "add" in the mult...
Hi I am trying to completely hide section 7 and section 8 based on the vendor type selection in this form. if Direct is selected : I want section 7 to be completely hidden if Indirect is selected : I want section 7to showif Indirect is selected : I want section 7 & 8 to show
I have a paragraph number field in a repeating table row. I cannot seem to get the code correct, which is as follows: form1.Page1.SubChecklist.Table.Detail.ParaNum::ready:layout - (JavaScript, client)var vCurrentRow = this.parent.index;if (Table.Detail[" + vCurrentRow + "].DDLAlign.rawValue == "No" ...