The Create Task UI Action doesn't display on an Idea recordIssue After creating an idea, it's expected that the Create Task UI action will display on the form; however, it does not show as a condition is failing.CauseIn the UI action's condition, there is a check for 'IMIdeaToTaskUtil.isSourceMappingsExist(current)'. This fails as there are no records on the csm_table_map table. ResolutionCreate table maps to determine what type of task should be created from the Idea record.