Codeunit "Item Category Management"

ID 5722
Namespace: Microsoft.Inventory.Item

Properties

Name Value
EventSubscriberInstance Manual

Methods

UpdatePresentationOrder

procedure UpdatePresentationOrder()

DoesValueExistInItemCategories

procedure DoesValueExistInItemCategories(Text: Code[20], var ItemCategory: Record "Item Category"): Boolean

Parameters

Name Type Description
Text Code[20]
ItemCategory Table Microsoft.Inventory.Item."Item Category"

Returns

Type Description
Boolean

FindMatchInCategories

procedure FindMatchInCategories(SearchTerm: Text, var ItemCategory: Record "Item Category", ExactMatchOnly: Boolean): Boolean

Parameters

Name Type Description
SearchTerm Text
ItemCategory Table Microsoft.Inventory.Item."Item Category"
ExactMatchOnly Boolean

Returns

Type Description
Boolean

Events

OnBeforeUpdatePresentationOrderIterative

[IntegrationEvent(False,False)]
local procedure OnBeforeUpdatePresentationOrderIterative(var TempItemCategory: Record "Item Category" temporary, var IsHandled: Boolean)

Parameters

Name Type Description
TempItemCategory Table Microsoft.Inventory.Item."Item Category"
IsHandled Boolean

See also