Avatar

Level 2

The script is working by inserting the, script given below in XML source :-

     <event activity="postExecute" ref="$connectionSet.DataConnection3">
         <script contentType="application/x-javascript">
                  console.println("postexec");
               app.alert('hi');
          xfa.datasets.connectionData.DataConnection3.remove(); 
      </script>
      </event>