-
I’ve downloaded Eclipse. I’ve added the latest version of Groovy plugin from the Available Software Sites using Eclipse. I’m hoping …
- 2400 views
- 3 answers
- 0 votes
-
Can XPLM MCAD connector for Inventor support file types that are not native Inventor files but are compatible with Inventor(eg: …
- 2333 views
- 1 answers
- 0 votes
-
ITable affTable= item.getTable(ItemConstants.TABLE_BOM);Iterator it1=affTable.iterator();while(it1.hasNext()){IRow row=(IRow) it1.next();ICell cell = row.getCell(ItemConstants.ATT_BOM_BOM_TEXT01); def v2 = row.getCell(ItemConstants.ATT_BOM_BOM_NUMERIC01).toDouble(); v3 = (v1.multiply(v2)).toString(); cell.setValue(v3);} In above code …
- 2073 views
- 1 answers
- 0 votes
-
How can i update value in BOM table by using groovy script. I tried below script to update but its …
- 2376 views
- 2 answers
- 0 votes
-
I tried below script to set value multiplication of two numbers.But i am getting below error.“No signature of method: static …
- 5964 views
- 1 answers
- 0 votes
-
I want  to capture the selection of user. For example In an ECO’s Affected Items tab, if user selects two …
- 2320 views
- 1 answers
- 0 votes
-
I have two numeric fields  “Numeric1” and “Numeric2” i want another numeric which can give me results  addition of  Numeric1+Numericc2. …
- 2353 views
- 4 answers
- 0 votes
-
- 2599 views
- 2 answers
- 0 votes
-
Hi All, How can we find relationship in ppm module at database level.For Example:We have three levels Project,Phase,Task. One project …
- 2120 views
- 2 answers
- 0 votes
-
- 2347 views
- 1 answers
- 0 votes