Hi Team,
I am trying to add my Business Terms in two separate child folders inside my Business Term Folder(Not Data Domains). Just wanted to know if its possible or not?
I have created two child folders inside from navigation in settings
Business Glossary→ Terms → Business Terms → Folder1
Business Glossary→ Terms → Business Terms → Folder2
But unfortunately i am not sure how to add Business Terms in those two folders specifically, the normal Business Terms are added directly in the parent folders. Do i need to do some changes in the metadata model for this one or need to create any AQL filter for this folders(Same as Datadomains). Any tips or help is highly appreciated.
Assigning Business Terms To Custom Folders
Best answer by Albert de Ruiter
Hi
Unfortunately I have not much experience with using AQL expressions.
But a good approach would be to breakdown the expression and check when it fails.
The page that you created applies to term right? So name is "Business term Name(Parent)" is a hardcoded filter on a term literally named "Business term Name(Parent)"? Or was this meant as a placeholder for actual term names?
With @termRelationship(target).any you intend to filter terms that are referenced by node termRelationship via property target. Correct? And then filtered by type.$id = 'Type ID' AND source.$id = 'TermID'. Should that not simply be type = 'Type ID' AND source = 'TermID', because the type and source properties already contain ID values? I believe type.$id would rather mean the ID of an instance of node type, which means something else.
I believe no logs are being created while defining an expression.
Hope this is of any help after all.
Kind regards,
Albert
Reply
Login to the Ataccama Community
No account yet? Create an account
For Ataccama Customers and Partners
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.