I’m trying to retrieve the ID (i.e. Action1) of the default action of a bes fixlets via session relevancy.
script of default action of bes fixlets… works, and so does (exists default action of bes fixlets…) but I can’t find the inspector to return the ID.
I know the fixlet has a default action because it is displayed when viewing the fixlet via the REST API.
<DefaultAction ID="Action1">
<Description>
<PreLink>Click</PreLink>
<Link>here</Link>
<PostLink>to deploy this action.</PostLink>
</Description>
<ActionScript MIMEType="application/x-Fixlet-Windows-Shell">// Enter your action script here</ActionScript>
any suggestions? thanks