Codeunit WSB_RSRStatusPicture¶
Exposes procedures to get the reservation status indicator for document lines (e.g., an assembly line, sales line, service line, transfer line, etc.).
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncGetReservationStatusIndicator¶
Gets the reservation status indicator for the passed assembly line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Assembly Line" |
vRecAssemblyLine |
The assembly line record. |
Enum "WSB_RSRReservStatus" |
vReservationStatus |
The reservation status indicator. |
Record "WSB_StatusPictureBuffer" temporary |
vRecTempStatusPictureBuffer |
The picture for the reservation status. |
wgFncGetReservationStatusIndicator¶
Gets the reservation status indicator for the passed job planning line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Job Planning Line" |
vRecJobPlanningLine |
The job planning line record. |
Enum "WSB_RSRReservStatus" |
vReservationStatus |
The reservation status indicator. |
Record "WSB_StatusPictureBuffer" temporary |
vRecTempStatusPictureBuffer |
The picture for the reservation status. |
wgFncGetReservationStatusIndicator¶
Gets the reservation status indicator for the passed production order component.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Prod. Order Component" |
vRecProdOrderComponent |
The production order component record. |
Enum "WSB_RSRReservStatus" |
vReservationStatus |
The reservation status indicator. |
Record "WSB_StatusPictureBuffer" temporary |
vRecTempStatusPictureBuffer |
The picture for the reservation status. |
wgFncGetReservationStatusIndicator¶
Gets the reservation status indicator for the passed production order line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Prod. Order Line" |
vRecProdOrderLine |
The production order line record. |
Enum "WSB_RSRReservStatus" |
vReservationStatus |
The reservation status indicator. |
Record "WSB_StatusPictureBuffer" temporary |
vRecTempStatusPictureBuffer |
The picture for the reservation status. |
wgFncGetReservationStatusIndicator¶
Gets the reservation status indicator for the passed sales line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Sales Line" |
vRecSalesLine |
The sales line record. |
Enum "WSB_RSRReservStatus" |
vReservationStatus |
The reservation status indicator. |
Record "WSB_StatusPictureBuffer" temporary |
vRecTempStatusPictureBuffer |
The picture for the reservation status. |
wgFncGetReservationStatusIndicator¶
Gets the reservation status indicator for the passed service line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Service Line" |
vRecServiceLine |
The service line record. |
Enum "WSB_RSRReservStatus" |
vReservationStatus |
The reservation status indicator. |
Record "WSB_StatusPictureBuffer" temporary |
vRecTempStatusPictureBuffer |
The picture for the reservation status. |
wgFncGetReservationStatusIndicator¶
Gets the reservation status indicator for the passed transfer line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Transfer Line" |
vRecTransferLine |
The transfer line record. |
Enum "WSB_RSRReservStatus" |
vReservationStatus |
The reservation status indicator. |
Record "WSB_StatusPictureBuffer" temporary |
vRecTempStatusPictureBuffer |
The picture for the reservation status. |