Arbortext Command Language > Functions by Alphabetical Listing > apply_profile_group_allowed
  
apply_profile_group_allowed
apply_profile_group_allowed(apply_profile_group_name, oid, arr[])
Returns 1 if the profile group apply_profile_group_name, is allowed on the element oid.
If the group is not allowed, apply_profile_group_allowed returns 0 and fills the array arr[] with the alias or aliases of the invalid profiles that cause the group to not be allowed. The array is associative. It has the alias name as the index and the profilenode for the alias as the value. For example,
arr[ "Security"] = (1, 1, 1)