98
Points
Questions
22
Answers
18
-
- 1492 views
- 3 answers
- 0 votes
-
- 1422 views
- 2 answers
- 0 votes
-
- 1801 views
- 2 answers
- 0 votes
-
- 6521 views
- 6 answers
- 0 votes
-
i got the answer.
try {
//Get program
IProgram pgm = (IProgram)session.getObject(ProgramConstants.CLASS_PROGRAM,”PGM00016″);
//Get relationship table
ITable table = pgm.getTable(ProgramConstants.TABLE_RELATIONSHIPS);
Iterator it = table.getTableIterator();
//Delete rule on all relationships
while (it.hasNext()){
IRow row = (IRow)it.next();
IAgileObject obj = row.getReferent();
System.out.println(“Relationship rule: ” + row.getCell(CommonConstants.ATT_RELATIONSHIPS_RULE));
HashMap map = new HashMap();
map.put(CommonConstants.ATT_RELATIONSHIPS_RULE_CONTROLOBJECT, pgm);
map.put(CommonConstants.ATT_RELATIONSHIPS_RULE_AFFECTEDOBJECT, obj);
row.setValue(CommonConstants.ATT_RELATIONSHIPS_RULE, map);
System.out.println(“Relationship rule: ” + row.getCell(CommonConstants.ATT_RELATIONSHIPS_RULE));}
} catch (APIException ex) {
System.out.println(ex);
}- 1825 views
- 1 answers
- 0 votes
-
There is a tool from Xavor called ASSIST+ for Agile PLM.
What is Assist+?
Xavor’s Assist+ guides users at the field level during both object creation and updates to prevent any future corrective action.
Assist+ provides mouse-over hover (help) text for Agile objects, which include parts, documents and all types of changes for content messages for important objects and edits.
Assist+ notifies users of changing compliance and regulatory requirements as well as displays warnings, directions or alerts.
The correct data is captured initially, which eliminates further re-do’s of approval cycles and safeguards the quality of data in the Agile PLM system.
For more details, Please visit below sites.
http://www.xavor.com/assist-2/
- 2282 views
- 2 answers
- 1 votes
-
Hi Rajesh,
It is not possible to configure search results to download to your local system automatically.
You will have to write a SDK code to generate the report and store it in your system folder by scheduling (cron in Linux or Task Scheduler in windows).
I think, What Paritosh is saying, you can configure the report in Agile which will send the notification to you, but to get the report again you gotta login to Agile.
Thanks,
Anand- 1723 views
- 3 answers
- 0 votes
-
- 1888 views
- 2 answers
- 0 votes
-
- 1713 views
- 2 answers
- 0 votes
-
- 1812 views
- 3 answers
- 0 votes