Table of Contents

Example

Delete Group X

by: Sebastian Beutel
published: November 2018
description: deletes a designated group

functions

Code

DeleteGroup20.xml
<?xml version="1.0" encoding="utf-8"?>
<avolites.macros>
  <macro id="SB.DeleteGroupUn20" name="Delete Group 20">
    <sequence>
      <step>Handles.SetSourceHandleFromHandle("groupHandleUN=20")</step>
      <step>Handles.ConfirmDelete()</step>
    </sequence>
  </macro>
</avolites.macros>

Explanation

This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax

How to use it