KVSTRDItemList
Extends #437dbf0e84ff417a965ded2bb9650972#Item List
Events
KVSTRDOnSetUnfavorableInItemList(Record Item, Boolean) :
Summary: This event is raised for every item in the list. You can use it to set the Unfavorable style for the fields "No." and "Description" in the list.
[IntegrationEvent(false, false)]
local procedure KVSTRDOnSetUnfavorableInItemList(var Item: Record "Item"; var SetUnfavorable: Boolean):
Parameters:
Item: The current item.SetUnfavorable: The value for SetUnfavorable. It was previously set to True if the item is blocked.