Codeunit "Check Job Planning Line"
ID 9135
Namespace: Microsoft.Projects.Project.Planning
Methods
CheckJobPlanningLines
procedure CheckJobPlanningLines(Item: Record Item, CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| Item | Table Microsoft.Inventory.Item.Item | |
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text |
Events
OnBeforeCheckJobPlanningLines
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckJobPlanningLines(Item: Record Item, CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Item | Table Microsoft.Inventory.Item.Item | |
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text | |
| IsHandled | Boolean |