KVSMEDTabPostCodeSub
Events
OnBeforeHCValidatePostCode(Text[30], Code[20], Text[30], Code[10], Boolean, Boolean, Boolean) :
Summary: Event to handle additional logic before validating the Post Code field in HC context
[IntegrationEvent(false, false)]
local procedure OnBeforeHCValidatePostCode(var City: Text[30]; var PostCode: Code[20]; var County: Text[30]; var CountryCode: Code[10]; UseDialog: Boolean; var IsHandled: Boolean; var IsHandledHC: Boolean):
Parameters:
City: CityPostCode: Post CodeCounty: CountyCountryCode: Country/Region CodeUseDialog: Indicates whether to use a dialog for user interactionIsHandled: flag to prevent default validationIsHandledHC: flag to indicate handling in HC context