Deleting Assignments From Decisions Database
Deleting Assignments From Decisions Database
Comments
-
Is there any way to delete assignments out of the Decisions database?
-
[font=Roboto, sans-serif]Are you trying to clear all current assignments? If so, first identify the table they are being stored in, then the query you can would use would go as follows:[/font]
[font=Roboto, sans-serif]
[/font]
[font=Roboto, sans-serif] select * from entity_assignment where state = current Run the select query to make sure you have all the rows you want selected, and then use the below delete query. [/font]
[font=Roboto, sans-serif]
[/font]
[font=Roboto, sans-serif]Please note: This will delete ALL current assignments for everyone.[/font]