Unable to select contract table in Assignment ruleIssue Unable to select contract table in Assignment ruleCustomer wants to write an assignment rule for contract table but the contract table is not showing up Steps to Reproduce:Navigate to Assignment rulesClick NewIn the Table field, observe that 'ast_contract' is not available for selectionCauseThis is the expected behaviour. The functionality is working as designed.Assignment Rules functionality is applicable to tables that extend the task table.The contract table does not extend the task tableResolutionAccording to the documentation, the Assignment rules module allows you to automatically set a value in the assigned_to and assignment_group fields when a set of conditions occurs. These fields do not exist on the Contract[ast_contract] table as the table does not extend the Task table.In essence, the functionality is working as expected