1112
Points
Questions
1
Answers
18
-
You are trying to retrieve the Rev Release Date from the IRow object for the search result. If the search result is not formatted to fetch those attributes, it wont give the result.
You can load the IDataObject from the IRow and use that object handle to retrieve all attributes of that Item.IItem itemObj = (IItem)row.getReferent();
This answer accepted by mprabhu2. on May 22, 2019 Earned 15 points.
- 2619 views
- 1 answers
- 0 votes
-
- 1659 views
- 4 answers
- 0 votes
-
- 1388 views
- 2 answers
- 0 votes
-
If you have limited number of Items, you can use “Export” feature with a custom filter to include Attachment. This can export files from all those items. You use the same approach to download attached files from BOM Components as well. This will work fine if the list is limited. If your list of items is huge, you can think of SDK Code to fetch those attachments.
- 3070 views
- 3 answers
- 0 votes
-
- 1666 views
- 2 answers
- 0 votes
-
- 1324 views
- 3 answers
- 0 votes
-
- 1724 views
- 2 answers
- 0 votes
-
there is another thread on the same topic.
https://myagileplm.com/questions/pdx-viewer/- 6804 views
- 4 answers
- 0 votes
-
Hello,
This can be achieved through custom solution. Last login can be found from DB table. Unfortunately there is no API available for this.You can prepare a cron job which will fetch the last login date of users from DB and calculate the inactive period for each user. It can then inactive the identified user using standard SDK APIs.
- 2498 views
- 7 answers
- 0 votes
-
This is indeed a peculiar problem. I have seen an issue where the AXML extract was messed up if AML is redline deleted and replaced with a new AML. We had received a HF for that. However, the redline data was showing correctly on Agile.
Let’s see if anyone observed this. I would recommend raising a Oracle SR. Support team should be able to tell if there is something wrong on your environment.
- 2697 views
- 4 answers
- 0 votes