Codeunit "Check Planning Component"
ID 9133
Namespace: Microsoft.Inventory.Planning
Methods
CheckPlanningComponents
procedure CheckPlanningComponents(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
OnBeforeCheckPlanningComponents
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckPlanningComponents(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 |