KVSKBAShortageList
Events
OnDrillDownProjectedAvailableBalance(Record KVSKBAProdStructureBuffer) :
Summary: This event is raised when the user drills down on the Projected Available Balance field in the Shortage List page.
[IntegrationEvent(false, false)]
local procedure OnDrillDownProjectedAvailableBalance(ProductionStructureBuffer: Record "KVSKBAProdStructureBuffer"):
Parameters:
ProductionStructureBuffer: The production structure buffer record for which the drill-down is being performed.
Remarks: Subscribers can use this event to handle the drill-down action on the Projected Available Balance field and perform custom logic, such as navigating to a different page or displaying additional information related to the production structure buffer record.