Action parameters in Actionscript

(imported topic written by ageorgiev)

Hello,

What are the “action” level parameters that can be accessed within the actionscript of a fixlet (i.e.

parameter <string> of <action>

? I know the “action issue date” is one (Ex. setting “ActionApprovalCode”=“approved” on “{parameter “action issue date” of action}” for client but I am more interested if there is a way to access the “issuer” of the action and possibly record it on the endpoint somehow for auditing purposes? Thank you.

ageorgiev

(imported comment written by BFXKevin)

FYI on this as I was able to get this information from support

Deploy a test action with:

delete __appendfile
appendfile {concatenation “%0d%0a” of (((name of it, value of it) of headers of action) as string)}

Here is what was found in the __appendfile. Use these to create your relevance in your action script.

Subject, Custom Action
X-Action-Component-Type, Action
X-Classify-Subsequent-Relevance, Targeting
X-Relevant-When, true
X-Success-Criteria, RunToCompletion
X-Fixlet-ID, 16023
X-BigFix-Minimum-Required-Client-Version, 7.0.0.0
X-Report-Criteria, IsOrWasTargeted
action-active-user-requirement, None
action-retry-limit, 0
action-retry-delay, 1 hour
action-try-limit, 1
locking-exempt, 0
action-distributor, actionsite
action-end-time, ( Fri, 25 Oct 2013 14:10:28 )
action-ui-name, Custom Action
action-issuer-name, IEMAdmin
action-ui-remote-consoles, 1
site-context, http://:52311/cgi-bin/bfgather.exe/actionsite

(imported comment written by ageorgiev)

That’s exactly what I needed. Thank you.