📚 SAP Business One SDK Help

UpdateBOEInstruction Method
See Also 
pIBOEInstruction
Specifies the BOE instruction to be updated.

Description

Replaces InstructionCode and InstructionDesc of Instruction with the specified BOEInstruction data structure.

Syntax

Visual Basic
Public Sub UpdateBOEInstruction( _
   ByVal pIBOEInstruction As BOEInstruction _
) 

Parameters

pIBOEInstruction
Specifies the BOE instruction to be updated.

See Also