taskAssigneeId

How to set taskAssigneeId

Hi,

I have a table [Users] already populated and I would like to use the users' IDs [UserId] as taskAssigneeIds,

I actually need so because I have to store actions and there respective executors in another table which has a foreign key referencing [Users].[UserId]

All these tables already exist, and I can't afford to alter any of them.

Thanks

Notifications