{include file="defaultlayer/configtool/header.htm"}

Event Information
Layer {$event.layer}
Source Realm {$event.realm}
Source {$event.source}
Event Name


Invocations
{if $invocations[0]} {foreach name=InvocationList from=$invocations item=CurrentInvocation key=InvocCount}
Task Name Task Type    
{$CurrentInvocation.name} {$CurrentInvocation.type} {if $InvocCount != 0}
{/if} {if $InvocCount != $smarty.foreach.InvocationList.total-1}
{/if}
{if $CurrentInvocation.parameters[0]} {foreach from=$CurrentInvocation.parameters item=CurrentParameter} {/foreach} {/if}
Parameters for {$CurrentInvocation.name}
Name Type Value/Ref Optional  
{$CurrentParameter.name} {$CurrentParameter.type} {if $CurrentParameter.type == "Direct"}{$CurrentParameter.value}{else}{$CurrentParameter.reference}{/if} {if $CurrentParameter.optional == "True"}Yes{else}No{/if}
{/foreach} {/if}
{include file="defaultlayer/configtool/footer.htm"}