Arup's Profile
Agile User
1
Points

Questions
4

Answers
2

  • Agile User Asked on October 22, 2015 in Agile PLM (v9).

    //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

    • 2124 views
    • 4 answers
    • 0 votes
  • Agile User Asked on October 14, 2015 in Agile PLM (v9).

    Thanks for your reply, but

    item.getvalue(ItemConstants.ATT_TITLE_BLOCK_REV);

    is throwing Invalid Parameter exception. Why?

    • 2124 views
    • 4 answers
    • 0 votes