sherenegladysj - Friday, April 29, 2011 6:30 AM:
Hello,
If I right click Part -> Revisions, I'm getting all the generations and the revisions. But I want only the latest generation on each Revision needs to be displayed. How to achieve this?
THanks.
Brian - Sunday, May 1, 2011 5:28 AM:
To only see the current latest generation of each revision you would have to edit the file "revisionDialog.htm" in ../client/scripts under the Innovator install directory.
The first method in this file gets the revision information to display. You would have to filter the results from the call to "soapSend" to remove the items you don't want shown or edit the AML for the call to only give you the latest generation for each rev (not sure how you would strcuture that).
Cheers,
Brian.