Codeunit "Employee/Resource Update"

ID 5200
Namespace: Microsoft.HumanResources.Employee

Properties

Name Value
Permissions TableData Resource = rimd

Methods

HumanResToRes

procedure HumanResToRes(OldEmployee: Record Employee, Employee: Record Employee)

Parameters

Name Type Description
OldEmployee Table Microsoft.HumanResources.Employee.Employee
Employee Table Microsoft.HumanResources.Employee.Employee

ResUpdate

procedure ResUpdate(Employee: Record Employee)

Parameters

Name Type Description
Employee Table Microsoft.HumanResources.Employee.Employee

Events

OnAfterUpdateResource

[IntegrationEvent(False,False)]
local procedure OnAfterUpdateResource(var Resource: Record Resource, Employee: Record Employee)

Parameters

Name Type Description
Resource Table Microsoft.Projects.Resources.Resource.Resource
Employee Table Microsoft.HumanResources.Employee.Employee

OnAfterCalculateResourceUpdateNeeded

[IntegrationEvent(False,False)]
local procedure OnAfterCalculateResourceUpdateNeeded(Employee: Record Employee, xEmployee: Record Employee, var UpdateNeeded: Boolean)

Parameters

Name Type Description
Employee Table Microsoft.HumanResources.Employee.Employee
xEmployee Table Microsoft.HumanResources.Employee.Employee
UpdateNeeded Boolean

See also