Table of Contents

KVSKBASalesPriceDiscCalcArch

Events

OnCalculateTextGlobalsOnSetTextBaseOfInitialPriceCaseElse(Record KVSKBASalesConditionHeader, Text[50]) :

Summary: This event is raised when calculating the text to show for the global variable GlobalTextBaseOfInitialPrice in the case when the Base of Calculation is not any of the handled cases in the CalculateTextGlobals procedure.

[IntegrationEvent(false, false)]
local procedure OnCalculateTextGlobalsOnSetTextBaseOfInitialPriceCaseElse(SalesConditionHeader: Record "KVSKBASalesConditionHeader"; var TextBaseOfInitialPrice: Text[50]): 

Parameters:

  • SalesConditionHeader: The sales condition header record for which the text is being calculated.
  • TextBaseOfInitialPrice: The text that is being calculated to show as the base of initial price, which is used as caption for the initial price field on the page.

Remarks: Subscribers can use this event to set the text to show for the base of initial price in the case when the Base of Calculation is not any of the handled cases in the CalculateTextGlobals procedure.