I gettin a error on add a item using a follow code:
If m_Item.GetByKey('100') = True Then
m_Item.ItemType = ItemTypeEnum.itItems
m_Item.ItemsGroupCode = 1
m_Item.ItemClass = ItemClassEnum.itcMaterial
'This line ocorred a error 'oToBP.ItemClass = {"Property 'ItemClass' of 'Item' is invalid"}
lErrorCode = m_Item.Update()
Else
lErrorCode = 1
End If
Please,
I'm waiting a urgent response .
Great.
Fábio Nascimento