📚 SAP Business One SDK Help

BOEInstructionsService Object Members
See Also  Overview 

Public Methods

Public Method AddBOEInstructionAdds an Instruction with InstructionCode and InstructionDesc as specified in the BOEInstruction data structure.
Public Method DeleteBOEInstructionDeletes Instruction with InstructionEntry specified in BOEInstructionParams.
Public Method GetBOEInstructionReturns an instance of the BOEInstruction data structure.
Public Method GetBOEInstructionListReturns a collection of instances for the BOEInstruction data structure.
Public Method GetDataInterfaceCreates empty data structure. This means the structure contains
the default setting/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates data structure from specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates data structure from specified XML string.
Public Method UpdateBOEInstructionReplaces InstructionCode and InstructionDesc of Instruction with the specified BOEInstruction data structure.

See Also