📚 SAP Business One SDK Help

UserMenuItem Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property LinkedFormMenuIDSets or returns the id of the Form linked to this menu item.

Field name: FormMenuId.

Public Property LinkedFormNumSets or returns the Form number of the linked Form.

Field name: FormNum.

Public Property LinkedObjKeySets or returns the key of the object linked to this menu item.

Field name: Key_.

Length: 50 characters.

Public Property LinkedObjTypeSets or returns the type of the object linked to this menu item.

Field name: Type_.

Public Property NameSets or returns this menu item name.

Field name: Name_.

Length: 100 characters.

Public Property PositionSets or returns the position of this menu item within the menu.

Field name: SortNum.

Public Property ReportPathSets or returns the path of the report attached to this menu Item.

Field name: RepPath.

Public Property TypeReturns a valid value that defines this menu item type.

Field name: Type_.

Public Property UserMenuItemsSets or returns the UserMenuItems object, a data collection of UserMenuItem data structures.

See Also