Hi,Team,I customized an auto-complete widget(textBox) in my adaptive form.This textBox is put under under a repeatable panel.on clicking the text Box in a ajax call BindRef of textBox is set as a data which is being mapped with the xml in the servlet.Response of ajax is a json array to prefill auto-...
I call the DocumentManager.inspectDocument(Document) method within a Java program to inspect a protected document. It throws an SDKException "Caller not authorized to execute the following method getLicense in the class com.adobe.edc.policy.APSDocumentServiceManagerBean". Using the old PPUtil.inspec...
Hello,I have created one sample designer form using a template. While trying to upload different formats on AEM forms OSGI I was able to upload following formats.-DynamicPDF-Static PDF-XDP-TDSI was able to view Static PDF,XDP,TDS formats but not able to view Dynamic PDF. Why so?I was not able to upl...
Hello Everyone,Can any one please explain the difference between Workflow and Workbench which is used in AEM. In previous versions ALC ES2 and ES4, we have designer to develop a form and Workbench to automate the process depends upon the client requirement.We can achieve the workbench related proces...
Hi,Whenever I try to publish a page after applying a Target Activity, Failed to retrieve references for selected pages error pops up on screen. This only happens when we have references applied to a page. Any pointers to rectify this ?Thanks,~Jay
Hi All,Is it possible to dynamically change the content of an Image component on an AEM Form.For example if I have an image component set to “/content/dam/Banner 1.png” and I want to dynamically change it to “/content/dam/Banner 2.png”.Thanks,Robert
I'm noticing that in 6.2, the binding that is built for the form items doesn't match the id of the items. When I use the id returned by calling var anId = $(this).parents('.guideFieldNode').data('guideViewBind') then take the returned id and then call guideBridge._resolveId( anId ), it does not find...
I'm noticing that in 6.2, the binding that is built for the form items doesn't match the id of the items. When I use the id returned by calling var anId = $(this).parents('.guideFieldNode').data('guideViewBind') then take the returned id and then call guideBridge._resolveId( anId ), it does not find...
We have some custom components we wrote to be used in 6.1 forms. First, are 6.2 form components extendable? Second, we have some JSP code that uses NodeStructureUtils.getFragPrefixString() to get the fragment prefix and set it as the fragment holder in the TLS.Is there a document that would help me ...
I am trying to customize an Adaptive Form Render action profile so that I can pass it adaptive form url dynamically through calls. I have created application in the workbench and copied Render Adaptive Form action profile from the Process Management folders and renamed it. Created formURL string (as...