Env. AEM Form 6.5 SP-12 On Prem, Document Manager version [1].
Question - Using AssemblerService - how to configure insertionPoint in LiveCycle designer and use it via DDX
Scenario - We are trying to configure insertionPoint (DDX [2]) as explained here -
https://help.adobe.com/en_US/livecycle/11.0/dynamic_assembly_guidelines.pdf but it does not work.
Question is:
- Does AssemblerService (as mentioned above in Env.) still supports insertionPoint or not?
- Is there any alternate feature available or not OOTB in AEM Forms?
[1]
<!-- For AEM-Forms Document Manager -->
<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.0.772</version>
</dependency>
[2] <?xml version="1.0" encoding="UTF-8"?>
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<XDP result="wp_simple_result.xdp">
<XDP source="wp_simple_template_flowed.xdp">
<XDPContent insertionPoint="ddx_fragment" source="wp_simple_contact.xdp" fragment="subPatientContact"/>
<XDPContent insertionPoint="ddx_fragment" source="wp_simple_patient.xdp" fragment="subPatientPhysical"/>
<XDPContent insertionPoint="ddx_fragment" source="wp_simple_patient.xdp" fragment="subPatientHealth" />
</XDP>
</XDP>
</DDX>
[3] OperationException occurred: AEM-ASM-S00-002: Failed to execute the DDX - error messages provided