📚 SAP Business One SDK Help

CountWidget Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilePopulates the object from an XML file.
Public Method FromXMLStringPopulates the object from an XML string.
Public Method GetXMLSchemaReturns the XML schema of the object.
Public Method ToXMLFileExports the object to an XML file.
Public Method ToXMLStringExports the object to an XML string.

Public Properties

Public Property CountWidgetCodeThe unique code identifying this count widget.
Field Name: Code
Data Type: Edm.String
Writable: Yes
Public Property DescriptionA description of the count widget.
Field Name: Desc
Data Type: Edm.String
Writable: Yes
Public Property InternalNumberThis is the key field.
Field Name: AbsEntry
Data Type: Edm.Int32
Writable: No
Public Property LinkQueryCategoryThe category ID of the linked user query.
Field Name: QCategory
Data Type: Edm.Int32
Writable: Yes
Public Property LinkQueryIdThe internal ID of the user query whose result count is displayed.
Field Name: QueryId
Data Type: Edm.Int32
Writable: Yes
Public Property MenuIDproperty MenuId
Public Property NameThe display name of the count widget.
Field Name: Name
Data Type: Edm.String
Writable: Yes

See Also