Solved
associate two document subtypes
i have two subtypes of document '"docA" and "docY".In a expression robot in a workflow I have to associate the two document subtypes.How do i do it????
i have two subtypes of document '"docA" and "docY".In a expression robot in a workflow I have to associate the two document subtypes.How do i do it????
Hello
it depends of the type of link you want to use, if you want to checkout/in objects ... etc
but for example:
WTDocumentUsageLink link = WTDocumentUsageLink.newWTDocumentUsageLink(docA,DocY);
PersistenceHelper.manager.store(link);
regards
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.