Revisions/Item Versions appearing blank
Hi all, Created a new ItemType. Initially, when viewing an instance, Views > Revisions displays the Item Versions. However, after creating a few items, it then appears blank, as illustrated here: I haven't changed anything (as far as I know), it just stops rendering after some time. Any input would be greatly appreciated. Aras Version 11 SP9. Thanks very much.0Views0likes5CommentsHow can I control behavior of BOM on revision up
Hi community, Here is an use case that User want to control Part by item that make the BOM are float or fixed when revision up. I read some solution that you can use a customized property and replace the action when creating a new revision. But I need more explain on doing this. Thanks to read this.0Views0likes0CommentsRevision List Pop-Up Box Too Small
Hello, I've created an item type that is versionable. When viewing the revisions list on the item, however, the pop-up box that appears is very small and you need to scroll horizontally to view all the fields. Is there a way to make it bigger? Version 11 SP9 Thanks!0Views0likes3CommentsDocument Revision List of Changed Document Files
Hi all, Is it possible, for a document, to provide a view of a list of document revisions where each revision on the list only describes changes to the attached document file(s)? On Version 11 SP 9, there is a "Revisions" selection under "Views" menu, but this shows all revisions including that of document container changes (changes to the title, description, etc). Looking for a list of changes to the attached file(s) only. According to someone that I used to work with, whom I can no longer contact, this feature used to exist in a legacy version of Innovator where there was an additional menu item "File Revisions" under "Views" menu. Thanks!0Views0likes1CommentChange Management for Manufacturing Process Planning (MPP)
Hello all, I am currently investigation best-practices for Change Management (CM) related to manufacturing process plans (MPP). There is a lot of information available on CM of Parts and (CAD) Documents, but not so much about updating the related Process Plans. I am wondering if anyone is willing to share their opinion and recommendations for revising Process Plans. Do you manage MPP changes separately or is it part of your MBOM configuration? What initiates an MPP change? Engineering Change > Manufacturing Change > Process Plan Change? Document > Process Plan Step > Process Plan Change? Any other? What Aras ItemType do you use as change container (ECN, ECO, ECR, etc.)? I hope we can have an open discussion to learn more from each other! Best regards, Daan0Views0likes3CommentsIncrease the Major_Rev / Revision sequence.
Hello! I am trying to create a new revision by using the "PE_CreateNewRevision" method and it is throwing this error at me: <faultstring>Failed to version the item: revision sequence exceeded.</faultstring> Does anyone know where this List/Sequence is located so I can increase its limit? It looks like it currently maxes out at 'AZ' Thanks.7.2KViews0likes6CommentsHow to avoid wrong revision used in MPP?
Hi Community, there is a known issue in MPP that the application will not check if the MBOM uses the same Part revisions as specified in the EBOM. The EBOM/MOBM mainly validates quantities, but never checks if the used parts revision matches. The missing revision check is a high risk. We cannot trust the MBOM data if in certain cases they will not match the original values specified in the EBOM. In worst case, this can lead to serious problems in the final product. How shall we fully track our product lifecycle, when we have wrong data? Unfortunately MPP is not in the focus of Aras right now. So I do not assume there will be much development in this application. I wonder if it´s possible to add the revision check on our own? Maybe we can customize the Method mpp_GetBomTreeGrid to add an additional MBOM validation. Or a simple onBeforeAdd Method when adding Consumed Parts to Operations, that checks if the Part exactly matches the Part specified in the EBOM. The second idea is probably easier to do, but we have to consider that we may have a multilevel EBOM. Do you have any additional ideas? I would be happy to share my solution as soon as I have one, as this one constantly make me worry.5.3KViews0likes2CommentsHow to get items with all of its revisions with maximum generation
Hi, I am trying to get part all revision with maximum generation using IOM: below are the entries: Item Number Generation Revision Testnumber1 1 00 Testnumber1 2 00 Testnumber1 3 00 Testnumber1 4 00 Testnumber1 5 00 Testnumber1 6 00 Testnumber1 7 00 Testnumber1 8 01 Testnumber1 9 01 Testnumber1 10 02 so from above entries I want: Item Number Generation Revision Testnumber1 7 00 Testnumber1 9 01 Testnumber1 10 02 I got this result with below SQL: select item_number, MAX(generation) as generation, major_rev from innovator.PART group by item_number, major_rev order by generation but how to do this with IOM? Regards, Maddy.10KViews0likes4Comments