KVSFCYCheckProdOrderStatus#
Procedures#
KVSFCYSalesLineShowWarning(Record Sales Line, Boolean) : Boolean#
Summary: Checks whether to show a production order status warning for a sales line. This procedure examines job planning line reservations to determine if there are active production orders that could be affected by changes to the sales line. Displays warning information when planning warnings are enabled.
procedure KVSFCYSalesLineShowWarning(SalesLine: Record "Sales Line"; var Checked: Boolean): Boolean
Parameters:
SalesLine: The sales line record to check for production order dependencies. Must be linked to a job planning line.Checked: Output parameter indicating whether the check was performed. Set to true when job planning lines are found and processed.
Returns: True if a warning should be displayed due to existing production order reservations; otherwise false.