Get revision
IItem item = (IItem)session.getObject(IItem.OBJECT.TYPE, ITEMNUMBER);
item.getvalue(ItemConstants.ATT_TITLE_BLOCK_REV);
IItem is the agile API interface, not object.
Thanks for your reply, but
item.getvalue(ItemConstants.ATT_TITLE_BLOCK_REV);
is throwing Invalid Parameter exception. Why?
//get item object
1. IItem item =(IItem)session.getObject(IItem.OBJECT_TYPE, “Item_Number”);
**where “Item_Number” is a string value of any item of Part class.
// get revision
2. String revision =item.<span