📚 SAP Business One SDK Help

AttributeGroupLine Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AttributeIDThe ID of the active attribute in the attribute group that you assigned to the asset class of the asset.

Field name: AttrID.

Public Property AttributeNameThe name of the active attribute in the attribute group that you assigned to the asset class of the asset.

Field name: AttrName.

Length: 100 characters.

Public Property CodeThe code of an attribute group.

Field name: Code.

Public Property DefaultValueThe attribute value that is taken to the asset master data as the default attribute value.

Field name: DefaultVal.

Length: 100 characters.

Public Property FieldTypeThe predefined type of the attribute field.

Field name: FieldType.

Public Property SortNumberThe current row number in the list.

Field name: LineNum.

See Also