-
Hi When I try to search any item in agile using quick search it is not showing the correct result.But …
- 2631 views
- 3 answers
- 0 votes
-
- 4016 views
- 2 answers
- 0 votes
-
- 2381 views
- 1 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 …
- 2146 views
- 2 answers
- 0 votes
-
- 2638 views
- 2 answers
- 0 votes
-
I have two numeric fields “Numeric1” and “Numeric2” i want another numeric which can give me results addition of Numeric1+Numericc2. …
- 2386 views
- 4 answers
- 0 votes
-
I want to capture the selection of user. For example In an ECO’s Affected Items tab, if user selects two …
- 2347 views
- 1 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 …
- 6008 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 …
- 2403 views
- 2 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 …
- 2098 views
- 1 answers
- 0 votes