Skip to main content

Execute_SetHouseholdBizSalaryLevel

Description

Directly sets the salary level of the BaseObject employee in the HouseholdBiz found at the employee's current site. The NonBaseObject must be the HouseholdBiz manager; if not, this Execute does nothing. S1 must be a valid salary level name; if invalid, this Execute does nothing.

Parameters

ParameterDescription
BaseObjectThe character (employee) whose salary level will be changed; must be at a HouseholdBiz site
S1Target salary level name: "VeryLow", "Low", "Normal", "High", or "VeryHigh"

Examples

DescriptionBaseObjectCommand
Manager sets an employee's salary to NormalTargetSetHouseholdBizSalaryLevel
Manager raises an employee's salary to VeryHighTargetSetHouseholdBizSalaryLevel
Manager lowers an employee's salary to VeryLowTargetSetHouseholdBizSalaryLevel