Skip to content

Codeunit WSB_AvailIndicatorPictureMgtAI

Provides functionality for Availability Indicator Picture Management.

Properties

Name Value
Access Public

Methods

wgFncGetInventoryAvailabilityIndicator(Assembly Line, Enum::WSB_AvailabilityIndicatorAI@, WSB_StatusPictureBuffer@)

Gets the availability indicator for the assembly line.

Parameters

Type Name Description
Record "Assembly Line" pRecAssemblyLine The assembly line record.
Enum "WSB_AvailabilityIndicatorAI" vAvailabilityIndicator The availability indicator (enum value)
Record "WSB_StatusPictureBuffer" temporary vRecTempStatusPictureBuffer The availability indicator picture buffer record.

wgFncGetInventoryAvailabilityIndicator(Prod# Order Component, Enum::WSB_AvailabilityIndicatorAI@, WSB_StatusPictureBuffer@)

Gets the availability indicator for the production order component.

Parameters

Type Name Description
Record "Prod. Order Component" pRecProdOrderComponent The production order component record.
Enum "WSB_AvailabilityIndicatorAI" vAvailabilityIndicator The availability indicator (enum value)
Record "WSB_StatusPictureBuffer" temporary vRecTempStatusPictureBuffer The availability indicator picture buffer record.

wgFncGetInventoryAvailabilityIndicator(Prod# Order Line, Enum::WSB_AvailabilityIndicatorAI@, WSB_StatusPictureBuffer@)

Gets the availability indicator for the production order line.

Parameters

Type Name Description
Record "Prod. Order Line" pRecProdOrderLine The production order line record.
Enum "WSB_AvailabilityIndicatorAI" vAvailabilityIndicator The availability indicator (enum value)
Record "WSB_StatusPictureBuffer" temporary vRecTempStatusPictureBuffer The availability indicator picture buffer record.

wgFncGetInventoryAvailabilityIndicator(Sales Line, Enum::WSB_AvailabilityIndicatorAI@, WSB_StatusPictureBuffer@)

Gets the availability indicator for the sales line.

Parameters

Type Name Description
Record "Sales Line" pRecSalesLine The sales line record.
Enum "WSB_AvailabilityIndicatorAI" vAvailabilityIndicator The availability indicator (enum value)
Record "WSB_StatusPictureBuffer" temporary vRecTempStatusPictureBuffer The availability indicator picture buffer record.

wgFncGetInventoryAvailabilityIndicator(Service Line, Enum::WSB_AvailabilityIndicatorAI@, WSB_StatusPictureBuffer@)

Gets the availability indicator for the service line.

Parameters

Type Name Description
Record "Service Line" pRecServiceLine The service line record.
Enum "WSB_AvailabilityIndicatorAI" vAvailabilityIndicator The availability indicator (enum value)
Record "WSB_StatusPictureBuffer" temporary vRecTempStatusPictureBuffer The availability indicator picture buffer record.

wgFncGetInventoryAvailabilityIndicator(Transfer Line, Enum::WSB_AvailabilityIndicatorAI@, WSB_StatusPictureBuffer@)

Gets the availability indicator for the transfer line.

Parameters

Type Name Description
Record "Transfer Line" pRecTransferLine The transfer line record.
Enum "WSB_AvailabilityIndicatorAI" vAvailabilityIndicator The availability indicator (enum value)
Record "WSB_StatusPictureBuffer" temporary vRecTempStatusPictureBuffer The availability indicator picture buffer record.