08-14-2019 12:16 PM
Has anyone used createAssociation() from the alfresco api service?
I've implemented the alfresco api service as described here https://www.alfresco.com/abn/adf/docs/core/services/alfresco-api.service/
let api: any = this.alfrescoApiService.getInstance();
const entry : AssociationEntry = await api.nodes.createAssociation(node.id, body);
and I get this error: ERROR Error: Uncaught (in promise): TypeError: api.nodes.createAssociation is not a function
I can see the function here https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/nodes.api....
Explore our Alfresco products with the links below. Use labels to filter content by product module.