// Query the database to get the nid of the organization from the directory
$organization_node = db_result(db_query("SELECT content_field_dir_amokey.nid FROM content_field_dir_amokey LEFT JOIN content_type_group ON content_type_group.field_group_amokey_value=content_field_dir_amokey.field_dir_amokey_value WHERE content_type_group.field_group_amokey_value = %d", $group_amokey));
}else{
returnFALSE;
}
// https://archstl.org/admin/build/views/edit/group_info <-- View for this argument validation