Table of Contents

KVSPSAVendSubContractLine

Extends #3099ffc74cf74df69b967e4bc2bb587c#Vend. Sub. Contract Line

Fields

Name Type Note
KVSPSAJobNo Code[20]
KVSPSABudgetLineNo Integer
KVSPSAToDoNo Code[20]
KVSPSAWorkPackageCode Code[20]
KVSPSAPhaseCode Code[20]
KVSPSATaskCode Code[20]
KVSPSAStepCode Code[20]

Procedures

KVSPSAGetActivity() : Boolean

Summary: Get Activity from the project for the purchase Line

procedure KVSPSAGetActivity(): Boolean

Returns: Indicates whether an activity was chosen

Events

KVSPSAOnBeforeCheckJob(Record Vend. Sub. Contract Line, Boolean) :

Summary: Allows skipping the check if the project is blocked or closed.

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckJob(var VendSubContractLine: Record "Vend. Sub. Contract Line"; var IsHandled: Boolean): 

Parameters:

  • VendSubContractLine: The current vendor subscription contract line record.
  • IsHandled: Set to true to skip the default logic.