Hi guys.
when we retrieve entities of an ERD diagram as IDBTable objects, we can set the UserId property of them using .setUserId() method.
My question is where the userid attribute is shown in an entity ? i Checked all tabs of Entity specification in VP but didnt find the userid i set using .setUserId() method.
Does Entity objects supports userid attribute at all ?
Hi Mohammad,
Certain kinds of model element have their user ID enabled by default (e.g. use case, BPMN elements), while the others need to be enabled by users explicitly. Please refer to this documentation on how to enable user ID for model elements:
Cheers,
Antony.
1 Like
Thanks