Check Group Membership with Actionscript

I have this ActionScript in a custom action… it’s failing. I’ve tried all sorts of syntax but I am drawing blanks…(old age syndrome…)

if {member of group 1075264 of sites “Data Center”}
setting “groupClassID”=“1” on “{now}” for client
endif
exit 0

If it’s a custom site, I suspect its correct name should be CustomSite_Data_Center.
You can use FixletDebugger to test your relevance.

Fixlet IDs must be unique among all custom sites in a deployment, so member of group 1075264 of sites should work (i.e. no need to reference the specific custom site)

1 Like