Error when updating a Revision in Teamcenter

0
Hi.   i am updating a Revision in Teamcenter using the ReviseObject action of the Teamcenter Connector.   I am sending in as an input a custom entity called RevisionUpdate that generalizes from ReviseItemRevision as ultimately this generalizes from the required ReviseInputs.   When it runs and tries to do the update it returns the error that RevisionUpdate does not generalize from ModelObject, which it does not. The ReviseObject action does not take a ModelObject it takes a ReviseInputs.   What am I doing wrong?
asked
1 answers
0

Are you by any chance including the RevisionUpdate in your Business object mapping? As soon as you list an entity in the BO Mapping and this entity is not a ModelObject, you get this error.

answered