KVSKBAServiceItemLine
Extends #437dbf0e84ff417a965ded2bb9650972#Service Item Line
Fields
| Name | Type | Note |
|---|---|---|
| KVSKBADocumentProcessID | Code[20] | |
| KVSKBAPrintPageBreak | Boolean | |
| KVSKBAPrintCalenderWeek | Boolean | |
| KVSKBAApplyToDispHandlingOrder | Boolean |
Procedures
KVSKBATestQuoteReleaseStatusOpen() :
Summary: The function checks whether the current service quote header is released.
procedure KVSKBATestQuoteReleaseStatusOpen():
Remarks: This function is used to check if the quote header is released before allowing certain operations on the quote lines, such as modifying or adding new lines. If the quote header is not released, it may prevent users from making changes to the quote lines until the header is released.
KVSKBASetSuppressTestQuoteReleaseStatusOpen() :
Summary: Suppress Test QuoteReleaseStatus Open
procedure KVSKBASetSuppressTestQuoteReleaseStatusOpen():
Remarks: This procedure is used in the scenario where we want to suppress the check for quote release status being open. For example, during certain operations or processes, we might want to bypass the check that ensures the quote is in an open state before allowing modifications to the quote lines. By calling this procedure, it sets a flag that can be used to skip the quote release status check in the relevant code sections.