KVSTRDItemVendorSyncEventMgt
Events
KVSTRDOnAfterValidateVendorItemNoOnBeforeCheckCurrFieldNo(Record Item, Integer, Boolean) :
Summary: This event is called before the variable CurrFieldNo is checked in the OnAfterValidateItemVendorItemNo event. Can be used to deactivate the check for the CurrFieldNo.
[IntegrationEvent(false, false)]
local procedure KVSTRDOnAfterValidateVendorItemNoOnBeforeCheckCurrFieldNo(var Item: Record "Item"; CurrFieldNo: Integer; var IsHandled: Boolean):
Parameters:
Item: Item recordCurrFieldNo: Field number of the current fieldIsHandled: Set IsHandled to true to deactivate the check for the CurrFieldNo Set IsHandled to false to keep the check for the CurrFieldNo