Update Family table verification status using API
Hello Everyone,
I need to update the verification status of each instance in the family table using the Windchill API.
I am currently able to update the attributes of both the generic and instance entities using the following API:
EPMWorkspaceHelper.manager.setAttributes(ws, epmAttributeMap);
Has anyone worked on this before or have any insights on how to proceed?


