Description
Source table: FAA1.
| |||
DTW Administration / Setup / Financials / Fixed Assets / Attribute Groups API Attribute Group Line | |||
Attribute Group Line Object
SAP® B1 DI-API C# definitionpublic class AttributeGroupLineClass : IAttributeGroupLine, AttributeGroupLine
{
public virtual int AttributeID
{
get;
set;
}
public virtual string AttributeName
{
get;
set;
}
public virtual int Code
{
get;
}
public virtual string DefaultValue
{
get;
set;
}
public virtual AttributeGroupFieldTypeEnum FieldType
{
get;
}
public virtual int SortNumber
{
get;
set;
}
public extern AttributeGroupLineClass();
public virtual extern void FromXMLFile( string bstrFileName);
public virtual extern void FromXMLString( string bstrXML);
public virtual extern string GetXMLSchema();
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationAttribute Group Field Type Enum AttributeGroupFieldTypeEnum Enumeration The predefined type of the attribute field. ![]() |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |