ItemClass Class Properties
- Last UpdatedNov 06, 2025
- 5 minute read
For a list of all members of this type, see ItemClass members.
| Name | Description | |
|---|---|---|
![]() | Consumed | The Consumed property is a read-only property that contains a flag that indicates whether the item class contains consumed items. |
![]() | Display | The Display property is a read-only property that contains the display string for the item class formatted according to the Item Class Display system attribute. |
![]() | HashAttrs | The HashAttrs property is a a read-only property that contains the hash table used to store all attributes for this item class, if they are loaded. |
![]() | Item | The ItemClassAttr property is a read-only property that allows you to get the item class attribute object at the index specified by the attribute ID. The property returns null if an invalid attribute is requested or if the attributes have not been loaded. |
![]() | ItemClassDesc | The ItemClassDesc property is a read-only property that contains the item class's description. |
![]() | ItemClassId | The ItemClassId property is a read-only property that contains the item class ID for this item class instance. |
![]() | LastEditAt | The LastEditAt property is a read-only property that contains the date/time of the last edit of the item class. |
![]() | LastEditBy | The LastEditBy property is a read-only property that contains the user_id of the person who made the last edit of the item class. |
![]() | LastEditComment | The LastEditComment property is a read-only property that contains the comment for the last edit of the item class, if any. |
![]() | LastLotNo | The LastLotNo property is a read-only property that contains the last lot number assigned to any item in the item class. |
![]() | LotNoFormat | The LotNoFormat property is a read-only property that contains the default lot number format for items in the item class. |
![]() | NeedsSaved | The NeedsSaved property is a read-only property that contains a flag that indicates whether the item class has been changed and needs to be saved to the database. |
![]() | NewConsumed | The NewConsumed property is used to set the item class's Consumed flag. |
![]() | NewItemClassDesc | The NewItemClassDesc property is used to set the item class's description. |
![]() | NewItemClassID | The NewItemClassID property is used to set the item class's ID value. This property can be set only if the ItemClassId property is empty. If the ItemClassId property is not empty, then the new value is ignored. |
![]() | NewLastEditComment | The NewLastEditComment property is used to set the string for the last edit comments. |
![]() | NewLastLotNo | The NewLastLotNo property is used to set the value for the last lot number. |
![]() | NewLotNoFormat | The NewLotNoFormat property is used to set the value for the lot number format. |
![]() | NewObsolete | The NewObsolete property is used to set the item class's Obsolete flag. |
![]() | NewProduced | The NewProduced property is used to set the item class's Produced flag. |
![]() | NewPurchased | The NewPurchased property is used to set the item class's Purchased flag. |
![]() | NewSold | The NewSold property is used to set the item class's Sold flag. |
![]() | Obsolete | The Obsolete property is a read-only property that contains a flag that indicates whether the item class is obsolete. |
![]() | Produced | The Produced property is a read-only property that contains a flag that indicates whether the item class contains produced items. |
![]() | Purchased | The Purchased property is a read-only property that contains a flag that indicates whether the Purchased flag for items in this item class defaults to true. |
![]() | RowId | The RowId property is a read-only property that contains the row ID of this item class in the database. |
![]() | Sold | The Sold property is a read-only property that contains a flag that indicates whether the Sold flag for items in this item class defaults to true. |
