📚 SAP Business One SDK Help

KnowledgeBaseSolutions Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method CloseNot supported.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property AttachmentEntrySets or returns the identification key of the attachment file, as assigned by SAP Business One when adding an Attachment Entry.

Field name: AtcEntry.

Sets or returns the identification key of the attachment file, as assigned by SAP Business One when adding an Attachment Entry to alert message.

Field name: AtcEntry.

Public Property AttachmentsReturns the Attachments object.
Public Property BrowserReturns the DataBrowser object.
Public Property CauseSets or returns the origin of the problem.

Field name: Cause.

Length: 254 characters.

Public Property CreatedByReturns the name or title of the employee who created the solution.

Field name: CreatedBy.

This is a foreign key to the Users object.

Public Property CreationDateReturns the creation date of the solution.

Field name: DateCreate.

Public Property DescriptionSets or returns a memo type string that specifies additional details for the problem cause.

Field name: Descriptio.

Length: 64,000 characters.

Public Property ItemCodeSets or returns the code (unique) of the item used for solving the problem.

Field name: ItemCode.

Length: 20 characters.

This is a foreign key to the Items object.

Public Property LastUpdateDateReturns the last date when the solution was updated.

Field name: DateUpdate.

Public Property LastUpdatedByReturns the name or title of the employee who last updated the solution in the knowledge base.

Field name: UpdateBy.

This is a foreign key to the Users object.

Public Property OwnerReturns the name or title of the employee who is the owner of solution in the knowledge base.

Field name: UpdateBy.

This is a foreign key to the Users object.

Public Property SolutionSets or returns the description of the solution to the problem.

Field name: Subject.

Length: 254 characters.

Public Property SolutionCodeReturns the solution number.

Field name: SltCode.

Public Property StatusSets or returns the status of the solution (for example: published, internal, or review).

Field name: StatusNum.

This is a foreign key to the Service Call Solution Statuses table (OSST), not exposed through the DI API).

Public Property SymptomSets or returns the indications of the problem.

Length: 254 characters.

Field name: Symptom.

Public Property UserFieldsReturns the UserFields object.

See Also