-
Is there a place to play with Agile in a trial / test instance and where can I get such free access?
- 2335 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 …
- 2035 views
- 1 answers
- 0 votes
-
I want to fetch the data of suppliers from Responses table of RFQ. I am unable to fetch the supplier …
- 2226 views
- 1 answers
- 0 votes
-
- 4514 views
- 3 answers
- 0 votes
-
- 3710 views
- 2 answers
- 0 votes