User Approval Scripting
The counts object is available for tracking approvals
counts.total = total number of users that are part of this approval counts.approved = # of users that approved so far counts.rejected = # of users that rejected so far counts.requested = # of users that are pending approval counts.not_requested = # of users that are not pending approval counts.not_required = # of users that approval is not required
Script to set approve and reject cinditions
It is better to script approval conditions based on percentages rather than hard coding approval numbers.