Between application 7.5 (or 8?! I am not sure...) and 9 I have seen a difference regarding object transformation. In the old release of IFS application an entry was made in the object connection list if a document was passed on from a source LU to a taget LU. Now it seems to be only displayed online. Can someone explain the benefit?
Document Management - Object Transformation
Best answer by Mathias Dahl
Ah, now I understand.
The reason there is a difference is that, before we had OCT (Object Connection Transformation), we had code, in different product areas, that added extra links between related records and documents. So, in your case, there were code in the purchase order functionality that would copy any document links to the purchase order lines, at some point. So, the link (or connection, as we say) was really there, in the database table. Therefore, you could also see the connection from the Document Revision screen.
One drawback of the old approach was that it was up to R&D to make sure to copy these links wherever we thought it was useful. The customer could not get these links copied if they wanted.
With OCT, this changed. Now a lot of the old code was replaced by OCT rules that would to more or less the same thing, except that there is no copying going on. Instead of copying the links, the system finds “related” documents at runtime instead. There are some drawbacks with the new approach as well, mostly related to performance, but the solution is more flexible. For example, once you add a new OCT rule, it works right away, with no need for copying links.
Another drawback is that you cannot see, from the document’s point of view, what objects the user can see the document from. It would be impossible, or very hard, or very slow, to show what objects might see the document, based on the OCT rules. And, no one has asked for it, so it cannot be very important.
So, the benefits are more flexibility for the customer (they can add their own rules), and less code (good for R&D) and less data duplication (copying the links around).
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.