Demand not changing State back to Draft from another State for a certain userIssue Demand not changing State back to Draft from another State for a certain user. An error of "Demands selected for execution cannot be reset to Draft state" is thrown.CauseThe user did not have the proper "demand_manager" role. ResolutionThe error of "Demands selected for execution cannot be reset to Draft state" comes from the "Move Demand to Draft" Business Rule.When the user fails the "DemandDraft" Script Include's "canResetToDraft" method, the State will not be changed.The affected user was unable to change the State of the Demands because he does not have the "demand_manager" role.Next Steps: Navigate to User Administration > UsersSearch for the affected user and go to the recordIn the Roles related list click "Edit..."Add the proper "demand_manager" roleMake sure the other conditions pass on the DemandDraft" Script Include's "canResetToDraft" method.