📚 SAP Business One SDK Help

AddBOEInstruction Method
See Also 
pIBOEInstruction
Specifies the BOE instruction to be added.

Description

Adds an Instruction with InstructionCode and InstructionDesc as specified in the BOEInstruction data structure.

Syntax

Visual Basic
Public Function AddBOEInstruction( _
   ByVal pIBOEInstruction As BOEInstruction _
) As BOEInstructionParams

Parameters

pIBOEInstruction
Specifies the BOE instruction to be added.

See Also