Slouží pro sdílení akcí v buttonu

<ActionShareCodes>
  <ActionShareCode Ident="ShareAction">
    <Actions>
      <Action xsi:type="SetValue" Ident="Email" Value="jnemec@gappex.cz" ActionStart="BeforeValidation"></Action>
      <Action xsi:type="SetValue" Ident="Email" Value="jnemec1@gappex.cz" ActionStart="BeforeValidation"></Action>
      <Action xsi:type="SetValue" Ident="Email" Value="jnemec2@gappex.cz" ActionStart="BeforeValidation"></Action>
      <Action xsi:type="SetValue" Ident="Email" Value="jnemec3@gappex.cz" ActionStart="BeforeValidation"></Action>
    </Actions>
  </ActionShareCode>
</ActionShareCodes>


Pak se daná sekce použije tak, že se do Buttons přidá element + Ident ze sekce ButtonShareCode
<Action xsi:type="ShareCode" Ident="ShareAction" ></Action>