247
Points
Questions
16
Answers
34
-
- 1567 views
- 1 answers
- 0 votes
-
Hi Tapan,
Can you please confirm if the Agile API.Jar File used in the URL PX is same picked from Application Server.
Change.logAction(“Message”); should work .
Alternately you may use change.send(IUser[] arg0, String arg1) which logs the Message in the Comments Section of History Table.
(This gets captured as Send Action and custom message is displayed in the comments. You may send it to admin. But using this has its own limitations like requires send Privilege,notifications to admin user etc).
Regards,
Karthik
- 2094 views
- 2 answers
- 0 votes
-
Hi Jasonderberg,
Please find the below update to code snippet you have shared above.
// Create a new Document and add it to the item BOM
IAgileClass docclass=admin.getAgileClass(ItemConstants.CLASS_DOCUMENT);IAutoNumber docAutoNumber = docclass.getAutoNumberSources()[0];
String docNumber=docAutoNumber .getNextNumber();IItem item = (IItem) session.createObject(itemclass, docNumber); //(Creates Blank Item, we may do save as of some item or autofill values upon create)
ITable tab = part.getTable(ItemConstants.TABLE_BOM);
tab.createRow(item);
obj.logMonitor(“Succeed to add document ‘”+ doc.getName() +”‘ to item ‘”+part.getName()+”‘”);Regards,
Karthik
- 1720 views
- 3 answers
- 0 votes
-
- 2056 views
- 3 answers
- 0 votes
-
- 2005 views
- 5 answers
- 0 votes
-
- 1410 views
- 1 answers
- 0 votes
-
Hi Dhananjay,
Alternatively we can use Import Functionality to update the User Status(Active/Inactive).
Export the Users data into excel sheet , update the Status Flag as required and do import to update the status field.
If this is the regular activity which will be done in Test Instance, post Refresh , you may save the mapping file and reuse it.
Thanks,
Karthik
- 1777 views
- 3 answers
- 0 votes
-
- 1271 views
- 1 answers
- 0 votes
-
- 1654 views
- 1 answers
- 0 votes
-
- 1882 views
- 2 answers
- 0 votes