36
Points
Questions
15
Answers
7
-
I am using SOAP webservices to get data. This SOAP web services generating data in XML format. My application will …
- 2924 views
- 1 answers
- 0 votes
-
- 1869 views
- 1 answers
- 0 votes
-
I am loading agile PLM data into another application by using web services. Web services which provided in document are …
- 1912 views
- 1 answers
- 0 votes
-
I am trying to update list value in part using web services method update Object -> url:http://domainname:7001/CoreService/services/BusinessObject BY using abobe …
- 3694 views
- 9 answers
- 0 votes
-
I created some reports in dashboard with admin user. I want to see same reports in another user dashboard.I can …
- 2531 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 …
- 2035 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 …
- 2333 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 …
- 5885 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. …
- 2309 views
- 4 answers
- 0 votes
-
- 2009 views
- 1 answers
- 0 votes